@import url(./style_old.css);
@charset "utf-8";

.testSampleBlock {
	display: flex;
	gap: 10px;
	justify-content: center;
	flex-wrap: wrap;
}

.xxxx {
	background-color: rgb(0, 60, 255);
	margin-bottom: 0px !important;
	height: 3px;
}
/* // base
----------------------------------------------- */
:root {
	--c0: #3c3c3c;
	--c0_hover_1: #777;
	--c1: #e6005a;
	--c1_1: #ef4f81;
	--c1_2: #fcdee7;

	--c2: #ffcd00;
	--bg0: #f6f6f6;
	--bg1: #fceff4;
	--bg2: #fbf5f7;
	--bg3: #fdebf2;

	--grad1: linear-gradient(to right, #e6005a, #ffcd00);
	--grad1_re: linear-gradient(to right, #ffcd00, #e6005a);
	--grad2: linear-gradient(to right, #ec9fbf, #f8e59a);
	--grad3: linear-gradient(to right, #ffc5d9, #f8e59a);
	--grad4: linear-gradient(to right, #fff0f6, #fff9e6);

	--rad1: 15px;
	--rad2: 10px;

	--rad1_sp: 8px;

	--box_margin_1: 15px;
	--box_margin_1_sp: 8px;
	--box_margin_2: 10px;
	--box_margin_2_sp: 5px;

	--logo_aspect: 120 / 114;
}

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

html,
body {
	color: var(--c0);
	font-weight: 400;
	background-color: var(--bg0);
	line-height: 214%;
	font-size: 14px;
	font-weight: 400;
}
a {
	color: var(--c0);
}
a:not(.btnA):hover,
a:not(.nohover):hover,
a:not(.current):hover {
	opacity: 0.7;
}
a.current:hover {
	opacity: 1;
}

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

/* // base adjust
----------------------------------------------- */
.widthFix {
	/*! width: calc(100% - (var(--box_margin_1) * 2)) !important; */
	max-width: calc(100% - (var(--box_margin_1) * 2));
}

.widthFix:after {
	display: none;
}
a i.icon {
	padding: 0px;
}
/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.widthFix {
		width: calc(100% - (var(--box_margin_1_sp) * 2)) !important;
		max-width: calc(100% - (var(--box_margin_1_sp) * 2));
	}
	.widthFix._inbox {
		width: calc(100% - 20px) !important;
	}
}

/* // mainContainer
----------------------------------------------- */
.mainContainer {
	position: relative;
	padding-top: 0px;
	margin: 0 auto;
	padding-top: calc(var(--pc_header_h) + var(--box_margin_2) * 2);
}

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

/* // mainContentsWrap
----------------------------------------------- */
.mainContentsWrap {
	padding-bottom: 120px;
}

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

/* // boxOuterMargin_a
----------------------------------------------- */
.boxOuterMargin_a {
	padding: 0px var(--box_margin_1);
}

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

/* // section
--------------------------------------------------------------------------------------------- */

/* // section_a
----------------------------------------------- */
:root {
	--section_a_mb: 130px;
	--section_a_mb_sp: 80px;
	--section_a_n: 0.3;
}

.section_a {
	margin-bottom: var(--section_a_mb);
}
.section_a._s1 {
	margin-bottom: calc(var(--section_a_mb) * (1 - var(--section_a_n) * 1));
}

.section_a._s2 {
	margin-bottom: calc(var(--section_a_mb) * (1 - var(--section_a_n) * 1.6));
}
.section_a:last-of-type {
	margin-bottom: 0 !important;
}
/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.section_a {
		margin-bottom: 80px;
	}
	.section_a._s1 {
		margin-bottom: calc(var(--section_a_mb_sp) * (1 - var(--section_a_n) * 1));
	}
	.section_a._s2 {
		margin-bottom: calc(var(--section_a_mb_sp) * (1 - var(--section_a_n) * 1.6));
	}
}

/* // boxSection_a
----------------------------------------------- */
.boxSection_a {
	padding: 0px var(--box_margin_1) var(--box_margin_2);
	width: 100%;
	/*
background-color: var(--bg0);
*/
}
.boxSection_a > .frame {
	padding: 80px 0px;
	border-radius: var(--rad1);
}
.boxSection_a._s1 > .frame {
	padding: 65px 0px;
}
.boxSection_a._s2 > .frame {
	padding: 50px 0px;
}
/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.boxSection_a {
		padding: 0px var(--box_margin_1_sp);
		margin-bottom: var(--box_margin_1_sp);
	}
	.boxSection_a > .frame {
		border-radius: var(--rad1_sp);
		padding: 45px 0px;
	}
	.boxSection_a._s1 > .frame {
		padding: 35px 0px;
	}
	.boxSection_a._s2 > .frame {
		padding: 25px 0px;
	}
}

/* // boxFrame_a
----------------------------------------------- */
.boxFrame_a {
	padding: 50px;
	background-color: #fff;
	border-radius: var(--rad2);
	position: relative;
	z-index: 10;
}
.boxFrame_a > .inner {}
.boxFrame_a._shadow1:after {
	content: " ";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	border-radius: var(--rad2);
	background-image: linear-gradient(45deg, var(--c1), var(--c2));
	transform: translate(6px, 6px);
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.boxFrame_a {
		padding: 18px 15px;
		border-radius: var(--rad1_sp);
		overflow: hidden;
	}
	.boxFrame_a._shadow1:after {
		border-radius: var(--rad1_sp);
		transform: translate(3px, 3px);
	}
}

/* // boxFrame_b
----------------------------------------------- */
.boxFrame_b {
	padding: 30px;
	background-color: #f7f7f7;
	border-radius: var(--rad2);
}
/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.boxFrame_b {
		padding: 15px;
		border-radius: var(--rad2_sp);
	}
}

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

.bgc_white {
	background-color: #fff;
}
.bgc_c1 {
	background-color: var(--c1);
}
.bgc_grad1 {
	background: var(--grad1);
}
.bgc_grad1_re {
	background: var(--grad1_re);
}
.bgc_grad2 {
	background: var(--grad2);
}
.bgc_grad3 {
	background: var(--grad3);
}
.bgc_grad4 {
	background: var(--grad4);
}

/* // img
----------------------------------------------- */
.imgRad_a {
	border-radius: 10px;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.imgRad_a {
		border-radius: 8px;
	}
}

/* // テキスト
--------------------------------------------------------------------------------------------- */
/* // sectionTitle_a
----------------------------------------------- */
.sectionTitle_a {
	margin-bottom: 40px;
	position: relative;
}
.sectionTitle_a .en {
	display: block;
	font-size: 556%;
	font-weight: 800;
	margin-bottom: 3px;
	font-family: var(--ffEn1);
	line-height: 1;
}
.sectionTitle_a .en:first-letter {
	color: var(--c1);
}
.sectionTitle_a .ja {
	display: block;
	font-size: 114%;
	font-weight: 600;
	line-height: 1;
}
.sectionTitle_a .btn {
	position: absolute;
	bottom: 0px;
	right: 0px;
}
/* _s1 */
.sectionTitle_a._s1 {
	margin-bottom: 35px;
}
.sectionTitle_a._s1 .en {
	font-size: 495%;
	margin-bottom: 2px;
}
.sectionTitle_a._s1 .ja {
	font-size: 110%;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.sectionTitle_a {
		margin-bottom: 25px;
	}
	.sectionTitle_a .en {
		font-size: 313%;
		margin-bottom: 4px;
	}
	.sectionTitle_a .en:first-letter {
		color: var(--c1);
	}
	.sectionTitle_a .ja {
		font-size: 94%;
	}
	.sectionTitle_a .btn {
		display: none;
	}
	/* _s1 */
	.sectionTitle_a._s1 {
		margin-bottom: 20px;
	}
	.sectionTitle_a._s1 .en {
		font-size: 285%;
		margin-bottom: 2px;
	}
	.sectionTitle_a._s1 .ja {
		font-size: 90%;
	}
}

/* // sectionTitle_b
----------------------------------------------- */
.sectionTitle_b {
	margin-bottom: 45px;
	position: relative;
}
.sectionTitle_b .en {
	display: block;
	font-size: 456%;
	font-weight: 700;
	margin-bottom: 0;
	font-family: var(--ffEn1);
	line-height: 1;
}
.sectionTitle_b .en:first-letter {
	color: var(--c1);
}
.sectionTitle_b .ja {
	display: block;
	font-size: 114%;
	font-weight: 600;
	line-height: 1;
}
.sectionTitle_b:before {
	content: " ";
	display: block;
	width: 123px;
	aspect-ratio: var(--logo_aspect);
	position: absolute;
	left: -40px;
	top: calc(50% - 0px);
	transform: translate(0%, -50%);
	z-index: 5;
	background: url(../img/cmn_logo_mark_01.svg) no-repeat center center / contain;
	opacity: 23%;
	filter: blur(6px);
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.sectionTitle_b {
		margin-bottom: 30px;
	}
	.sectionTitle_b .en {
		font-size: 299%;
	}
	.sectionTitle_b .ja {
		font-size: 105%;
	}
	.sectionTitle_b:before {
		width: 80px;
		left: -20px;
	}
}

/* // blockTitle_a
----------------------------------------------- */
.blockTitle_a {
	margin-bottom: 15px;
	position: relative;
	display: block;
	font-size: 230%;
	font-weight: 600;
	font-family: var(--ffEn1);
	line-height: 1;
	letter-spacing: 1%;
}
.blockTitle_a:first-letter {
	color: var(--c1);
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.blockTitle_a {
		margin-bottom: 8px;
		font-size: 200%;
		letter-spacing: 0%;
	}
}

/* // textLink_a
----------------------------------------------- */
.textLink_a {
	display: inline-block;
	position: relative;
}
.textLink_a:after {
	content: " ";
	display: block;
	width: 100%;
	height: 1px;
	background-color: var(--c1);
	bottom: 0px;
	left: 0px;
	opacity: 40%;
	position: absolute;
	transition: 0.3s;
}
.textLink_a:hover:after {
	opacity: 100%;
}

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

/* // htx_a
----------------------------------------------- */
:root {
	--htx_a_fs1: 210%;
	--htx_a_fs1_sp: 156%;
}

.htxA,
.htx_a {
	/*
padding-top: 8px;
padding-bottom: 20px;
margin-bottom: 48px;
*/
	padding-top: 0px;
	padding-bottom: 18px;
	margin-bottom: 40px;
	position: relative;
}

.htxA .text,
.htx_a .text {
	font-size: var(--htx_a_fs1);
	line-height: 140%;
	font-weight: 800;
	color: var(--c1);
	position: relative;
	z-index: 10;
	padding: 0px 0px;
	display: block;
}
.htx_a._l1 .text {
	font-size: calc(var(--htx_a_fs1) * 1.15);
}
.htx_a._s1 .text {
	font-size: calc(var(--htx_a_fs1) * 0.9);
}

.htxA .text._black,
.htx_a .text._black {
	color: var(--c0);
}

.htxA:before,
.htx_a:before {
	content: " ";
	display: block;
	width: 120px;
	aspect-ratio: var(--logo_aspect);
	position: absolute;
	left: -20px;
	top: calc(50% - 0px);
	transform: translate(0%, -50%);
	z-index: 5;
	background: url(../img/cmn_logo_mark_01.svg) no-repeat center center / contain;
	opacity: 14%;
	filter: blur(6px);
	display: none !important;
}
.htxA:after,
.htx_a:after {
	content: " ";
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 5;
	background-image: var(--grad1);
}

/* _noLogo */
.htxA._noLogo,
.htx_a._noLogo {
	padding-top: 0px;
	padding-bottom: 18px;
	margin-bottom: 40px;
}
.htxA._noLogo .text,
.htx_a._noLogo .text {
	padding: 0px 0;
}
.htxA._noLogo:before,
.htx_a._noLogo:before {
	display: none;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.htxA,
	.htx_a {
		/* padding-top: 15px;
padding-bottom: 16px;
margin-bottom: 29px; */
		padding-bottom: 14px;
		margin-bottom: 28px;
		position: relative;
	}
	.htxA .text,
	.htx_a .text {
		font-size: var(--htx_a_fs1_sp);
		line-height: 140%;
		padding: 0 4px;
	}
	.htx_a._l1 .text {
		font-size: calc(var(--htx_a_fs1_sp) * 1.15);
	}
	.htx_a._s1 .text {
		font-size: calc(var(--htx_a_fs1_sp) * 0.9);
	}

	.htxA:before,
	.htx_a:before {
		width: 75px;
		aspect-ratio: var(--logo_aspect);
		left: -23px;
		top: calc(50% - 0px);
		opacity: 23%;
		filter: blur(6px);
	}
	.htxA:after,
	.htx_a:after {
		content: " ";
		display: block;
		width: 100%;
		height: 1px;
		position: absolute;
		left: 0;
		bottom: 0;
		z-index: 5;
		background-image: var(--grad1);
	}
	/* _noLogo */
	.htxA._noLogo,
	.htx_a._noLogo {
		padding-bottom: 14px;
		margin-bottom: 28px;
	}
}

/* // htx_b
----------------------------------------------- */
.htx_b {
	position: relative;
	line-height: 155%;
	margin-bottom: 23px;
	font-weight: 700;
	font-size: 160%;
	padding-left: 28px;
}
.htx_b:before {
	content: " ";
	position: absolute;
	display: block;
	width: 15px;
	aspect-ratio: 10 / 10;
	border-radius: 100px;
	background: var(--grad1);
	left: 0px;
	top: 0.5em;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.htx_b {
		line-height: 143%;
		margin-bottom: 17px;
		font-size: 150%;
		padding-left: 22px;
	}
	.htx_b:before {
		width: 12px;
		top: 0.5em;
	}
}

/* // htxB
----------------------------------------------- */
.htxB {
	position: relative;
	line-height: 155%;
	margin-bottom: 28px;
	font-weight: 700;
	font-size: 190%;
	padding-left: 34px;
}
.htxB:before {
	content: " ";
	position: absolute;
	display: block;
	width: 18px;
	aspect-ratio: 10 / 10;
	border-radius: 100px;
	background: var(--grad1);
	left: 0px;
	top: 0.5em;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.htxB {
		line-height: 150%;
		margin-bottom: 20px;
		font-size: 150%;
		padding-left: 22px;
	}
	.htxB:before {
		width: 12px;
		top: 0.5em;
	}
}

/* // htx_c
----------------------------------------------- */
.htx_c {
	position: relative;
	line-height: 140%;
	margin-bottom: 12px;
	font-size: 126%;
	padding-left: 18px;
	font-weight: 600;
}
.htx_c:before {
	content: " ";
	position: absolute;
	display: block;
	width: 8px;
	aspect-ratio: 10 / 10;
	border-radius: 100px;
	background: var(--grad1);
	left: 0px;
	top: 0.5em;
}

.htx_c._s1 {
	line-height: 140%;
	margin-bottom: 14px;
	font-size: 120%;
	padding-left: 18px;
}
/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.htx_c {
		line-height: 145%;
		margin-bottom: 12px;
		font-size: 128%;
		padding-left: 12px;
	}
	.htx_c:before {
		width: 7px;
		top: 0.6em;
	}

	.htx_c._s1 {
		margin-bottom: 11px;
		font-size: 115%;
		padding-left: 12px;
	}
}

/* // htx_d
----------------------------------------------- */
:root {
	--htx_d_fs1: 136%;
}

.htx_d {
	font-size: var(--htx_d_fs1);
	line-height: 150%;
	font-weight: 600;
	margin-bottom: 15px;
}
.htx_d._l1 {
	font-size: calc(var(--htx_d_fs1) * 1.15);
}
.htx_d._s1 {
	font-size: calc(var(--htx_d_fs1) * 0.85);
}

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

/* // pc_header
----------------------------------------------- */
:root {
	--pc_header_h: 70px;
}

.pc_header {
	position: fixed;
	padding: 0px var(--box_margin_1);
	top: var(--box_margin_2);
	left: 0px;
	width: 100%;
	z-index: 500;
	transform: translateY(0%);
	transition: 0.5s;
}
.pc_header._sub {
	position: absolute;
}

.pc_header._hide {
	transform: translateY(-130%);
}
.pc_header > .frame {
	border-radius: var(--rad1);
	background-color: #fff;
	height: var(--pc_header_h);
	display: flex;
	align-items: center;
	padding: 0px 20px;
}
.pc_header .homeLogo {
	line-height: 100%;
}
.pc_header .homeLogo img {
	width: 180px;
}

.pc_header .gnaviBlock {
	flex: 1;
	margin-left: 15px;
}
.pc_header .ctaBlock {
	width: 270px;
}
.pc_header .ctaBlock .btns {
	line-height: 1;
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(2, 1fr);
}
.pc_header .ctaBlock .btns a {
	min-width: 0px;
	width: 100%;
	font-size: 89%;
	height: 44px;
}
.pc_header .ctaBlock .btns a .btnWrap {
	padding: 0px;
}

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

/* // pc_gnavi
----------------------------------------------- */
.pc_gnavi {}
.pc_gnavi .siteNaviParents {
	display: flex;
	align-items: center;
	font-size: 13px;
}
.pc_gnavi .siteNaviParents li {
	display: block;
	position: relative;
	margin-right: 0px;
	line-height: 1.3;
	text-align: center;
}
.pc_gnavi .siteNaviParents > li.on {
	border-bottom: 1px solid #273c7c;
}
.pc_gnavi .siteNaviParents li a {
	font-size: 100%;
	padding: 10px 9px;
	color: #000 !important;
	transition: opacity 0.2s;
}
/* naviChildrenWrap */
.pc_gnavi .naviChildrenWrap {
	margin-bottom: 3px;
}
.pc_gnavi .naviChildrenWrap,
.pc_gnavi .naviChildrenWrap * {
	transition: 0s;
}
.pc_gnavi .naviChildrenWrap {
	display: none;
	/*! display:block !important; */
	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: 14px 24px !important;
}
.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.on .naviChildren li.on .tx {
	font-weight: 600;
}

.pc_gnavi .naviChildren li .tx br {
	display: none;
}
.pc_gnavi li.child {
	margin-bottom: 5px;
}
.pc_gnavi li.child .tx {
	position: relative;
}
.pc_gnavi .child.on .tx:before {
	content: " ";
	position: absolute;
	display: block;
	width: calc(100% + 8px);
	height: 1px;
	background-color: #555;
	left: 50%;
	bottom: -4px;
	transform: translateX(-50%);
}

.pc_gnavi li.child:last-of-type {
	margin-bottom: 0;
}
.pc_gnavi li.child a {
	display: block;
	text-align: left;
	position: relative;
	font-size: 94%;
	line-height: 1.4;
	padding: 8px 10px 8px;
}
.pc_gnavi li.child a:after {
	height: 1px !important;
}
.pc_gnavi li.child.on .wrap > a:after,
.pc_gnavi li.child.on .wrap > a:after {
	height: 1px !important;
	background-color: #000;
	width: 100%;
}

/* parent.ir */
.pc_gnavi .parent.ir li.child {
	margin-bottom: 0px;
}
.pc_gnavi .parent.ir li.child a {
	padding: 4px 10px 3px;
}
.pc_gnavi .parent.ir li.child._1 {
	margin-left: 16px;
	font-size: 83%;
	font-weight: 300;
}

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

/* // pc_header / pc_gnavi adjust
----------------------------------------------- */
@media screen and (max-width: 1300px) {
	/* pc_header */
	.pc_header > .frame {
		padding: 0px 15px;
	}
	.pc_header .homeLogo img {
		width: 160px;
	}
	.pc_header .gnaviBlock {
		margin-left: 10px;
	}
	.pc_header .ctaBlock {
		width: 240px;
	}
	.pc_header .ctaBlock .btns {
		gap: 7px;
	}
	.pc_header .ctaBlock .btns a {
		font-size: 85%;
		height: 40px;
	}
	/* pc_gnavi */
	.pc_gnavi .siteNaviParents li a {
		font-size: 92%;
		padding: 10px 8px;
	}
}
@media screen and (max-width: 1200px) {
	/* pc_header */
	.pc_header .headerInner {
		padding: 0px 10px;
	}
	.pc_header .homeLogo img {
		width: 150px;
	}
	.pc_header .gnaviBlock {
		margin-left: 8px;
	}
	.pc_header .ctaBlock {
		width: 220px;
	}
	.pc_header .ctaBlock .btns {
		gap: 5px;
	}
	.pc_header .ctaBlock .btns a {
		font-size: 80%;
		height: 40px;
	}
	/* pc_gnavi */
	.pc_gnavi .siteNaviParents li a {
		font-size: 85%;
		padding: 10px 7px;
	}
}
@media screen and (max-width: 1100px) {
	/* pc_header */
	.pc_header .headerInner {
		padding: 0px 8px;
	}
	.pc_header .homeLogo img {
		width: 130px;
	}
	.pc_header .ctaBlock {
		width: 200px;
	}
	.pc_header .ctaBlock .btns a {
		font-size: 73%;
		height: 40px;
	}
	/* pc_gnavi */
	.pc_gnavi .siteNaviParents li a {
		font-size: 83%;
		padding: 10px 5px;
	}
}
@media screen and (max-width: 960px) {
	/* pc_header */
	.pc_header .homeLogo img {
		width: 120px;
	}
	.pc_header .ctaBlock {
		width: 90px;
	}
	.pc_header .ctaBlock .btns {
		display: block;
	}
	.pc_header .ctaBlock .download {
		display: none;
	}
	.pc_header .ctaBlock .btns a {
		font-size: 70%;
	}
	/* pc_gnavi */
	.pc_gnavi .siteNaviParents li a {
		font-size: 83%;
		padding: 10px 5px;
	}
}

/* // sp_header
----------------------------------------------- */

/* ________PC________ */
@media screen and (min-width: calc(801px + 0px)) {
	.sp_header {
		display: none;
	}
}
/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.sp_header {
		padding: 6px var(--box_margin_1_sp);
		width: 100%;
		display: block;
		z-index: 10;
	}
	.sp_header > .frame {
		height: 44px;
		background-color: #fff;
		width: 100%;
		border-radius: var(--rad1_sp);
		display: flex;
		align-items: center;
		align-content: center;
		justify-content: center;
	}
	.sp_header .homeLogo {
		line-height: 100%;
	}
	.sp_header .homeLogo a img {
		width: 155px;
		height: auto;
	}
}

/* // sp_modalMenu //
----------------------------------------------- */
/* ________PC________ */
@media screen and (min-width: calc(801px + 0px)) {
	.sp_modalMenu {
		display: none !important;
	}
}
/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.sp_modalMenu {
		display: block !important;
	}
}

.sp_modalMenu .modalNavilist_a {
	padding-top: 0;
	padding-bottom: 10px;
	font-weight: 400;
	color: #000 !important;
}
.sp_modalMenu .modalNavilist_a li {
	line-height: 1.4;
	border: 0 !important;
	position: relative;
}
.sp_modalMenu .modalNavilist_a li.parent {
	border-bottom: 1px dotted #c4c4c4 !important;
	font-size: 13px;
}
.sp_modalMenu .modalNavilist_a li.parent:first-of-type {
	border-top: 1px dotted #c4c4c4 !important;
}
.sp_modalMenu .modalNavilist_a li a {
	padding: 11px 15px 11px 27px;
	display: block;
	position: relative;
	color: #000 !important;
}
.sp_modalMenu .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);
}
.sp_modalMenu .modalNavilist_a li.parent.on > a:after {
	display: none;
}
/*
.sp_modalMenu .modalNavilist_a li.parent > a.noClose:after {
content:"\e917";
}
.sp_modalMenu .modalNavilist_a li.parent > a.noClose.minus:after {
content:"\e915";
}
*/
.sp_modalMenu .modalNavilist_a li.parent .naviChildrenWrap {
	display: none;
}
.sp_modalMenu .modalNavilist_a li.parent.on .naviChildrenWrap {
	display: block;
}

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

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

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

/* linksWrap1 */
.sp_modalMenu .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;
}
.sp_modalMenu .modalNavilist_a.linksWrap1 > ul li {
	width: 50%;
	border-bottom: 1px dotted #aeaeae !important;
}
.sp_modalMenu .modalNavilist_a.linksWrap1 > ul li:nth-of-type(odd) {
	width: 50%;
	border-right: 1px dotted #aeaeae !important;
}
.sp_modalMenu .modalNavilist_a.linksWrap1 > ul li a {
	display: block;
	text-align: center;
	font-size: 80%;
	color: #333;
	padding: 10px 0;
}

/* // modal WH CUSTOMIZE //
----------------------------------------------- */

@media screen and (max-width: calc(761px - 1px)) {
	:root {
		--modalMenuBox_bg_color: #fff;
		--modalMenuBox_boder_color: #ddd;
		--modalMenuBox_boder_width: 0;
		--modalMenuBox__close_bg_color: rgba(240, 187, 187, 0.5);

		--modalBtn_w: 38px;
		--modalBtn_bg_color: #000;
		--modalBtn_margin: 9px;
		--modalBtn_line_width: 60%;
		--modalBtn_line_color: #fff;
		--modalNavilist_a_line_color: #575757;
	}

	.modalBtn.rightFix .inner i,
	.modalMenuBox .closeBg .btn .in .icon {
		font-size: 180%;
	}
	.modalMenuBox .closeBg .btn .in:after {
		font-size: 170%;
		content: "\e910";
	}
	.modalMenuBox > .inner > .menuWrap {
		right: -50px;
		padding-right: 50px;
	}
	.modalMenuBox.right > .inner > .menuWrap {
		left: calc(var(--modalBtn_w_base) * -1);
		padding-left: var(--modalBtn_w);
	}
	.modalMenuBox .closeBg .btn,
	.modalMenuBox .closeBtn,
	.modalMenuBox .closeBtn .inner,
	.modalMenuBox .closeBtn.fix,
	.modalBtn.rightFix {
		width: var(--modalBtn_w);
		height: var(--modalBtn_w);
	}
	.modalMenuBox .closeBg .btn,
	.modalBtn.rightFix {
		/*
background-color:#323232;
*/
	}
	.modalMenuBox .closeBg .btn .in.line:before,
	.modalMenuBox .closeBg .btn .in.line:after {
		content: " ";
		position: absolute;
		display: block;
		height: 1px;
		background-color: #fff;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%) rotate(45deg);
		width: 68%;
	}
	.modalMenuBox .closeBg .btn .in.line:before {
		transform: translate(-50%, -50%) rotate(-45deg);
	}
	.modalMenuBox .closeBg .btn .in.line:after {
		transform: translate(-50%, -50%) rotate(45deg);
	}
	.modalMenuBox._global > .menuWrap {
		border-left: 1px #dfdfdf solid;
	}
	.modalMenuBox._global .menuWrap .logo1 {
		text-align: center;
		margin-bottom: 16px;
	}
	.modalMenuBox._global .menuWrap .logo1 img {
		filter: var(--svg_color_white);
		width: 120px;
	}
	.modalMenuBox._global .menuWrap .btn1 {
		text-align: center;
		margin-top: 30px;
	}
	.modalMenuBox._global .menuWrap .btn1 .btn {
		width: 100%;
	}
}

/* // spModalCta_a
----------------------------------------------- */
.spModalCta_a {
	margin-top: 20px;
}
.spModalCta_a .btns {
	line-height: 100%;
	display: grid;
	grid-auto-flow: row;
	gap: 10px;
}
.spModalCta_a .btns a {
	width: 100%;
}

/* // btn_a
----------------------------------------------- */
:root {
	--btn_a_h1: 50px;
	--btn_a_w1: 250px;
	--btn_a_pad1: 37px;
}

.btn_a {
	border-radius: 100px;
	background-color: #fff;
	overflow: hidden;
	line-height: 130%;
	transition: 0.8s;
	color: var(--c0);
}
.btn_a:hover {
	transform: translateX(6px);
}

.btn_a:before {
	opacity: 3%;
}
.btn_a .btnWrap {}
.btn_a .btnWrap .tx {}
.btn_a .btnWrap .tx.en {
	font-family: var(--ffEn1);
	font-size: 114%;
	transform: translateY(3%);
	font-weight: 500;
}
.btn_a .btnWrap > i.icon {
	width: 22px;
	aspect-ratio: 10 / 10;
	border-radius: 100px;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	background-color: #fff;
	right: 6px;
	transform: translate(0%, -50%);
}
.btn_a .btnWrap > i.icon._1 {
	width: auto;
	display: inline-block;
	background: transparent;
	color: var(--c1);
	right: 10px;
}
/* _1 */
.btn_a._1 {
	min-width: 100px;
	height: 30px;
	font-size: 87%;
}
.btn_a._1 .btnWrap {
	padding: 0px 18px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.btn_a._1 .btnWrap .tx {
	padding: 0p;
}
.btn_a._1 .btnWrap .icon {
	margin-left: 7px;
	position: relative;
	top: auto;
	right: auto !important;
	transform: translate(0%, 0%);
}

/* _border1 */
.btn_a._border1 {
	border: 1px solid #e6e6e6;
}
/*_c1*/
.btn_a._c1 {
	background-color: #fff;
	color: var(--c1);
}
.btn_a._c1._border1 {
	border: 1px solid var(--c1);
}
.btn_a._c1:before {
	opacity: 06%;
}
.btn_a._c1 .btnWrap > .icon {
	background-image: var(--grad1);
	color: #fff;
}

/*_c2*/

.btn_a._c2 {
	background-image: linear-gradient(to right, #ececec, #f3f3f3);
}
.btn_a._c2 .btnWrap > .icon {
	background-image: var(--grad1);
	color: #fff;
}
/*_c3*/
.btn_a._c3 {
	background-color: var(--c1);
}
.btn_a._c3:before {
	opacity: 16%;
	background-color: #000;
}
.btn_a._c3 .tx {
	color: #fff;
}
.btn_a._c3 .btnWrap > .icon {
	background-color: #fff;
	color: var(--c1);
}
.btn_a._1._c3 .btnWrap > .icon {
	color: #fff;
}
/*_c4*/
.btn_a._c4 {
	background-color: var(--c2);
}
.btn_a._c4:before {
	opacity: 4%;
}
.btn_a._c4 .tx {
	color: var(--c0);
}
.btn_a._c4 .btnWrap > .icon {
	background-color: #fff;
	color: var(--c2);
}
/*_c5*/
.btn_a._c5 {
	background-image: var(--grad1);
}
.btn_a._c5:before {
	opacity: 4%;
}
.btn_a._c5 .tx {
	color: #fff;
}
.btn_a._c5 .btnWrap > .icon {
	background-color: #fff;
}
.btn_a._c5 .btnWrap > .icon::before {
	background: var(--grad1);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

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

/* // animation //
----------------------------------------------- */
/* // |- animHover_a */
.animHover_a:hover {
	animation: animHover_a_1 0.4s infinite ease-out;
	animation-iteration-count: 1;
}
@keyframes animHover_a_1 {
	0% {
		transform: translateY(0px);
	}
	50% {
		transform: translateY(-4px);
	}
	100% {
		transform: translateY(0px);
	}
}
@keyframes animHover_a_none {
	0% {
		transform: translateY(0px);
	}
	100% {
		transform: translateY(0px);
	}
}

/* // pageTopBtn
----------------------------------------------- */
.pageTopBtn__wrap {
	display: none;
	z-index: 1010;
	position: fixed;
	cursor: pointer;
	right: 30px;
	bottom: 30px;
}
.pageTopBtn {
	background-color: #fff;
	border: 2px solid var(--c1);
	border-radius: 50%;
	width: 60px;
	height: 60px;
	display: grid;
	place-content: center;
	color: var(--c1);
}
.pageTopBtn .icon {
	top: 0;
}
.pageTopBtn .icon::before {
	font-size: 20px;
}
/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.pageTopBtn__wrap {
		right: 13px;
		bottom: 13px;
	}
	.pageTopBtn {
		width: 40px;
		height: 40px;
	}
	.pageTopBtn .icon::before {
		font-size: 16px;
	}
	/* event */
	html.event .pageTopBtn__wrap {
		bottom: 75px;
	}
}

/* // siteFooter
----------------------------------------------- */
.siteFooter {
	padding: 0px var(--box_margin_1) var(--box_margin_2);
	width: 100%;
	display: flex;
	gap: var(--box_margin_2);
	flex-wrap: wrap;
	z-index: 1000;
	position: relative;
	background-color: var(--bg0);
}
/* footerMainBox */
.siteFooter .footerMainBox {
	width: 100%;
	border-radius: var(--rad1);
	background-image: linear-gradient(to right, #d9dbdd, #fff);
	padding: 50px 0;
	line-height: 130%;
}
.siteFooter .footerMainBox > .wrap {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}
.siteFooter .footerMainBox > .wrap .block:last-of-type {
	width: 60%;
	padding-right: 20px;
}
.siteFooter .footerMainBox > .wrap .block {
	width: 40%;
}
.siteFooter .footerMainBox .companyLogo {
	display: block;
	width: 440px;
	max-width: 100%;
	margin-bottom: 14px;
}
.siteFooter .footerMainBox .companyLogo img {
	width: 100%;
}
.siteFooter .footerMainBox .companyName {
	font-size: 23px;
	font-weight: 600;
}
.siteFooter .footerMainBox .marks {
	margin-top: 20px;
	display: flex;
	gap: 10px;
	align-items: flex-start;
}
.siteFooter .footerMainBox .marks li {
	height: 80px;
	background-color: #fff;
	padding: 10px;
	border-radius: 4px;
}
.siteFooter .footerMainBox .marks li * {
	height: 100%;
	width: auto;
}
.siteFooter .footerMainBox .footerNavi .siteNaviParents {
	max-width: 100%;
	display: grid;
	gap: 9px 15px;
	grid-template-columns: repeat(2, 1fr);
}
.siteFooter .footerMainBox .footerNavi .siteNaviParents > li > a {
	background-color: rgba(0, 0, 0, 5%);
	border-radius: 3px;
	padding: 11px 13px;
	display: block;
	font-size: 90%;
	line-height: 1;
}
.siteFooter .footerMainBox .footerNavi .siteNaviParents > li > a:hover {
	background-color: rgba(0, 0, 0, 10%);
}

/* footerSubBox */
.siteFooter .footerSubBox {
	width: 100%;
	border-radius: var(--rad1);
	background-color: #fff;
	line-height: 100%;
	padding: 20px 0;
}
.siteFooter .footerSubBox > .wrap {
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: space-between;
}
.siteFooter .footerSubBox .navi {
	display: flex;
	gap: 15px;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
	font-size: 10px;
	flex: 1;
}
.siteFooter .footerSubBox .copy {
	font-size: 10px;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.siteFooter {
		padding: 0px var(--box_margin_1_sp) var(--box_margin_1_sp);
		gap: var(--box_margin_1_sp);
	}
	/* footerMainBox */
	.siteFooter .footerMainBox {
		border-radius: var(--rad1_sp);
		padding: 35px 0;
	}
	.siteFooter .footerMainBox > .wrap {
		display: flex;
		gap: 30px;
		flex-wrap: wrap;
	}
	.siteFooter .footerMainBox > .wrap .block {
		width: 100%;
		padding: 0;
	}
	.siteFooter .footerMainBox > .wrap .block:last-of-type {
		width: 100%;
		padding: 0;
	}
	.siteFooter .footerMainBox .companyLogo {
		width: 250px;
		margin-bottom: 11px;
	}
	.siteFooter .footerMainBox .companyLogo img {
		width: 100%;
	}
	.siteFooter .footerMainBox .companyName {
		font-size: 15px;
	}
	.siteFooter .footerMainBox .marks {
		margin-top: 19px;
		gap: 5px;
	}
	.siteFooter .footerMainBox .marks li {
		height: 54px;
		padding: 5px;
		border-radius: 2px;
	}
	.siteFooter .footerMainBox .marks li * {
		height: 100%;
		width: auto;
	}
	.siteFooter .footerMainBox .footerNavi {}
	.siteFooter .footerMainBox .footerNavi .siteNaviParents {
		width: 100%;
		gap: 5px 6px;
	}
	.siteFooter .footerMainBox .footerNavi .siteNaviParents > li > a {
		border-radius: 2px;
		padding: 10px 10px;
		font-size: 84%;
	}
	.siteFooter .footerMainBox .footerNavi .siteNaviParents > li > a:hover {
		background-color: rgba(0, 0, 0, 10%);
	}

	/* footerSubBox */
	.siteFooter .footerSubBox {
		border-radius: var(--rad1_sp);
		padding: 15px 0;
	}
	.siteFooter .footerSubBox > .wrap {
		display: block;
	}
	.siteFooter .footerSubBox .navi {
		gap: 9px 17px;
		font-size: 9px;
		flex-wrap: wrap;
	}
	.siteFooter .footerSubBox .copy {
		font-size: 9px;
		margin-top: 14px;
	}
}

/* // footerCta
----------------------------------------------- */
.footerCta {
	padding: 0 var(--box_margin_1) var(--box_margin_2);
	width: 100%;
	z-index: 500;
	position: relative;
	background-color: var(--bg0);
}
.footerCta > .frame {
	border-radius: var(--rad1);
	background: url(../img/footer_cta_bg_01.jpg) no-repeat center center / cover;
	padding: 90px 0px;
	position: relative;
	overflow: hidden;
}
.footerCta > .frame:after {
	background-image: var(--grad1);
	content: " ";
	display: block;
	width: 100%;
	height: 2000px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 90%;
}
.footerCta > .frame > .wrap {
	position: relative;
	z-index: 10;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.footerCta {
		padding: 0px var(--box_margin_1_sp);
		margin-bottom: var(--box_margin_1_sp);
	}
	.footerCta > .frame {
		border-radius: var(--rad1_sp);
		padding: 55px 10px;
	}
}

/* // footerCtaItems_a
----------------------------------------------- */
.footerCtaItems_a {
	display: flex;
	gap: 30px;
	align-items: flex-start;
	align-content: flex-start;
	justify-content: center;
}
.footerCtaItems_a._col3 {
	gap: 15px;
}
.footerCtaItems_a > .item {
	background-color: #fff;
	border-radius: 10px;
	padding: 45px 20px;
	width: 540px;
	border-style: solid;
	border-top-width: 0;
	border-bottom-width: 0;
	border-left-width: 8px;
	border-right-width: 8px;
	border-color: #000;
}
.footerCtaItems_a > .item.download {
	border-color: var(--c2);
}
.footerCtaItems_a > .item.contact {
	border-color: var(--c1);
}
.footerCtaItems_a > .item.trial {
	border-left-color: var(--c1);
	border-right-color: var(--c2);
}
.footerCtaItems_a._col1 > .item {
	min-width: 650px;
	padding-left: 45px;
	padding-right: 45px;
}
.footerCtaItems_a._col2 > .item {
	width: 540px;
}
.footerCtaItems_a._col3 > .item {
	width: 100%;
}

.footerCtaItems_a > .item .title {
	display: grid;
	line-height: 1;
	margin-bottom: 20px;
}
.footerCtaItems_a > .item .title .en {
	font-family: var(--ffEn1);
	font-size: 296%;
	font-weight: 600;
	text-align: center;
	margin-bottom: 3px;
}
.footerCtaItems_a > .item.contact .title .en:first-letter {
	color: var(--c1);
}
.footerCtaItems_a > .item.download .title .en:first-letter {
	color: var(--c1);
}
.footerCtaItems_a > .item.trial .title .en:first-letter {
	background: var(--grad1);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.footerCtaItems_a > .item .title .ja {
	font-size: 100%;
	font-weight: 600;
	text-align: center;
}
.footerCtaItems_a > .item .description {
	font-size: 102%;
	font-weight: 500;
	text-align: center;
	line-height: 176%;
}
.footerCtaItems_a._col3 > .item .description br {
	display: none;
}
.footerCtaItems_a > .item .btn {
	display: block;
	height: 60px;
	margin: 24px auto 0;
	font-size: 110%;
	font-weight: 500;
	min-width: 1px;
	width: 90%;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.footerCtaItems_a {
		display: flex;
		gap: 20px !important;
		flex-wrap: wrap;
	}
	.footerCtaItems_a > .item {
		border-radius: 7px;
		padding: 30px 10px !important;
		width: 100% !important;
		min-width: unset !important;
		border-left-width: 6px;
		border-right-width: 6px;
		border-left-color: var(--c2) !important;
		border-right-color: var(--c1) !important;
	}

	.footerCtaItems_a > .item .title {
		margin-bottom: 16px;
	}
	.footerCtaItems_a > .item .title .en {
		font-size: 260%;
		margin-bottom: 3px;
	}
	.footerCtaItems_a > .item.contact .title .en:first-letter {
		color: var(--c1);
	}
	.footerCtaItems_a > .item.download .title .en:first-letter {
		color: var(--c1);
	}
	.footerCtaItems_a > .item.trial .title .en:first-letter {
		background: var(--grad1);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
	.footerCtaItems_a > .item .title .ja {
		font-size: 95%;
	}
	.footerCtaItems_a > .item .description {
		font-size: 90%;
	}
	.footerCtaItems_a._col3 > .item .description br {
		display: none;
	}
	.footerCtaItems_a > .item .btn {
		height: 55px;
		font-size: 103%;
		width: 90%;
		margin-top: 15px;
	}
}

/* // footerCtaTitle_a
----------------------------------------------- */
.footerCtaTitle_a {
	margin-bottom: 35px;
}
.footerCtaTitle_a .type {
	margin-bottom: 16px;
	text-align: center;
	line-height: 130%;
}
.footerCtaTitle_a .type .in {
	font-size: 107%;
	font-weight: 600;
	padding: 3px 10px;
	border-radius: 3px;
	color: var(--c1);
	background-color: #fff;
	line-height: 120%;
}
.footerCtaTitle_a .name {
	font-size: 160%;
	font-weight: 600;
	color: #fff;
	text-align: center;
	line-height: 120%;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.footerCtaTitle_a {
		margin-bottom: 22px;
	}
	.footerCtaTitle_a .type {
		margin-bottom: 14px;
		line-height: 130%;
	}
	.footerCtaTitle_a .type .in {
		font-size: 84%;
		padding: 2px 7px;
		border-radius: 2px;
	}
	.footerCtaTitle_a .name {
		font-size: 131%;
	}
}

/* // btmCta_a
----------------------------------------------- */
.btmCta_a {
	position: fixed;
	bottom: 5px;
	left: 0px;
	z-index: 10000;
	line-height: 1;
	transform: translateY(120%);
	transition: 0.5s;
	padding: 0px var(--box_margin_1);
	width: 100%;
}
.btmCta_a > .wrap {
	background-color: #fff;
	border-radius: var(--rad1);
	padding: 5px;
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	justify-content: center;
}
.btmCta_a.view {
	transform: translateY(0%);
}
.btmCta_a .title {
	margin-right: 15px;
}
.btmCta_a .title .type {
	margin-bottom: 4px;
	text-align: center;
	line-height: 1;
}
.btmCta_a .title .type .in {
	display: inline-block;
	color: #fff;
	padding: 2px 7px;
	font-size: 70%;
	border-radius: 2px;
	background-color: #000;
}
.btmCta_a .title .name {
	font-weight: bold;
	font-size: 108%;
	text-align: center;
	margin: 0 !important;
	line-height: 1 !important;
}

.btmCta_a .btns {
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	-ms-align-items: center;
	justify-content: center;
	-ms-justify-content: center;
}
.btmCta_a .btns li {
	margin-right: 7px;
}
.btmCta_a .btns li:last-of-type {
	margin-right: 0px;
}
.btmCta_a .btns li a {
	min-width: 220px;
	height: 44px;
}

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

/* // topKv
----------------------------------------------- */
.topKv {
	padding: 0px var(--box_margin_1);
	width: 100%;
	margin-bottom: var(--box_margin_2);
}
.topKv > .frame {
	border-radius: var(--rad1);
	background-color: #fff;
	overflow: hidden;
}
.topKv .contentsWrap {
	display: block;
	position: relative;
	height: 600px;
	overflow: hidden;
}
.topKv .contentsWrap .baseKv .bg {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.topKv .contentsWrap .baseKv .catch {
	width: 580px;
	position: absolute;
	bottom: 57px;
	left: calc(50% + 60px);
}

@media screen and (max-width: 1330px) {
	.topKv .contentsWrap .baseKv .catch {
		width: 580px;
		left: auto;
		right: 10px;
	}
}
@media screen and (max-width: 900px) {
	.topKv .contentsWrap .baseKv .catch {
		width: 64.4vw;
	}
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.topKv {
		padding: 0px var(--box_margin_1_sp);
		margin-bottom: var(--box_margin_1_sp);
	}
	.topKv > .frame {
		border-radius: var(--rad1_sp);
	}
	.topKv .contentsWrap {
		aspect-ratio: 10 / 10;
		height: auto;
	}
}

/* // topKvSwiper
----------------------------------------------- */
.topKvSwiper {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0px;
}
.topKvSwiper .swiper-container {
	width: 100%;
	height: 100%;
	padding: 0px;
}
.topKvSwiper .swiper-wrapper {
	width: 100%;
	height: 100%;
	padding: 0px;
}
.topKvSwiper .swipeItem {
	width: 100%;
	height: 100%;
}

.topKvSwiper .swipeItem > .wrap {
	width: 100%;
	height: 100%;
	position: relative;
}
.topKvSwiper .swipeItem > .wrap._sp {
	display: none;
}

.topKvSwiper.none .swipeItem > .wrap {
	cursor: default;
}
.topKvSwiper:not(.none) .swipeItem > .wrap {
	cursor: default;
}

.topKvSwiper .swipeItem > .wrap .image {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

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

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

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

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

.topKvSwiper.swiper-outer .swiper-pagination {
	bottom: 10px;
	left: 0;
	transform: translateX(0%);
	padding: 0px;
	justify-content: center;
}

.topKvSwiper.swiper-outer .swiper-pagination-bullet {
	opacity: 1;
	background-color: #fff !important;
}
.topKvSwiper.swiper-outer .swiper-pagination-bullet-active {
	background-color: var(--c1) !important;
}

/* none */
.topKvSwiper.none .swiper-wrapper {
	display: flex;
	justify-content: center;
	gap: 30;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.topKvSwiper .swipeItem > .wrap._sp {
		display: block;
	}
	.topKvSwiper .swipeItem > .wrap._pc {
		display: none;
	}
	.topKvSwiper .swiper-button {
		display: none;
	}
	.topKvSwiper .swiper-button-next {}

	.topKvSwiper .swiper-button-prev {}
}

/* // topNews
----------------------------------------------- */
:root {
	--topNews_h_1: 110px;
}
.topNews {
	padding: 0px var(--box_margin_1);
	display: flex;
	gap: var(--box_margin_2);
	margin-bottom: 80px;
}
.topNews .titleBlock {
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	height: var(--topNews_h_1);
	border-radius: var(--rad1);
	background-color: #dedede;
	width: 200px;
	line-height: 1;
	font-family: var(--ffEn1);
}
.topNews .titleBlock > .wrap {
	display: inline-block;
}
.topNews .titleBlock .title {
	font-size: 200%;
	margin-bottom: 8px;
	font-weight: 600;
}
.topNews .titleBlock .title:first-letter {
	color: var(--c1);
}
.topNews .titleBlock .links {
	display: grid;
	gap: 8px;
	font-size: 112%;
	font-weight: 500;
}
.topNews .titleBlock .links .icon {
	margin-left: 10px;
	display: inline-block;
}
.topNews .titleBlock .links .icon:before {
	width: 15px;
	aspect-ratio: 10 / 10;
	border-radius: 100px;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	background-color: #fff;
	font-size: 10px;
	color: var(--c1);
}
.topNews .contentsBlock {
	flex: 1;
}
@media screen and (max-width: 1100px) {
	.topNews .titleBlock {
		width: 18.18%;
	}
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.topNews {
		padding: 0px var(--box_margin_1_sp);
		margin-bottom: 37px;
		display: grid;
		gap: var(--box_margin_2_sp);
	}
	.topNews .titleBlock {
		display: flex;
		align-items: flex-end;
		justify-content: flex-start;
		height: auto;
		border-radius: var(--rad1_sp);
		background-color: #dedede;
		width: 100%;
		padding: 10px 12px 5px;
	}
	.topNews .titleBlock > .wrap {
		display: flex;
		align-items: flex-end;
		justify-content: flex-start;
	}
	.topNews .titleBlock .title {
		font-size: 170%;
		margin-bottom: 0;
		margin-right: 20px;
	}
	.topNews .titleBlock .links {
		display: flex;
		align-items: flex-end;
		justify-content: flex-start;
		gap: 17px;
		font-size: 97%;
		position: relative;
		top: -2px;
	}
	.topNews .titleBlock .links .icon {
		margin-left: 7px;
	}
	.topNews .titleBlock .links .icon:before {
		width: 13px;
		font-size: 8px;
	}
	.topNews .contentsBlock {}
}

/* // newsIndex_top
----------------------------------------------- */
.newsIndex_top {
	display: grid;
	grid-auto-flow: row;
	gap: var(--box_margin_2);
	grid-template-columns: repeat(3, 1fr);
}
.newsIndex_top .newstItem .wrap {
	display: block;
	background-color: #fff;
	border-radius: var(--rad1);
	height: var(--topNews_h_1);
	padding: 20px 25px;
	line-height: 1;
	text-align: left;
}
.newsIndex_top .newstItem .wrap .date {
	line-height: 1;
	margin-right: 10px;
	font-family: var(--ffEn1);
	font-size: 108%;
	/*! margin-top: 5px; */
	display: inline-block;
}
.newsIndex_top .newstItem .wrap .category {
	line-height: 1;
	font-size: 82%;
	color: #fff;
	background-color: #666;
	border-radius: 100px;
	padding: 4px 10px;
	display: inline-block;
}
.newsIndex_top .newstItem .wrap .title {
	line-height: 180%;
	font-size: 92%;
	height: 3.7em;
	margin-top: 7px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

@media screen and (max-width: 1000px) {
	.newsIndex_top {
		grid-template-columns: repeat(2, 1fr);
	}
	.newsIndex_top .newstItem:last-of-type {
		display: none;
	}
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.newsIndex_top {
		display: grid;
		grid-auto-flow: row;
		gap: var(--box_margin_2_sp);
		grid-template-columns: none;
	}
	.newsIndex_top .newstItem:last-of-type {
		/* display: block; */
	}
	.newsIndex_top .newstItem .wrap {
		border-radius: var(--rad1_sp);
		height: auto;
		padding: 12px 15px;
	}
	.newsIndex_top .newstItem .wrap .date {
		margin-right: 12px;
		font-size: 104%;
	}
	.newsIndex_top .newstItem .wrap .category {
		line-height: 1;
		font-size: 81%;
		padding: 3px 10px;
	}
	.newsIndex_top .newstItem .wrap .title {
		line-height: 168%;
		font-size: 87%;
		height: auto;
		margin-top: 4px;
	}
}

/* // topInformation
----------------------------------------------- */
.topInformation {}
.topInformation * {
	text-align: center;
	line-height: 1;
}
.topInformation > .wrap {
	gap: 60px;
	display: flex;
	flex-wrap: wrap;
}
.topInformation .infoBlock {
	background-color: #fff;
	border-radius: var(--rad1);
	padding: 60px 30px;
	display: grid;
	gap: 50px;
	width: 100%;
}
.topInformation .infoBlock .info .text1 {
	font-weight: 700;
	font-size: 128%;
	margin-bottom: 25px;
}
.topInformation .infoBlock .info .text1 .em {
	font-size: 126%;
	margin-right: 7px;
}
.topInformation .infoBlock .info .name1 {
	font-weight: 800;
	font-size: 272%;
	margin-bottom: 14px;
}
.topInformation .infoBlock .info .name2 {
	font-weight: 700;
	font-size: 133%;
}
.topInformation .infoBlock .info .text2 {
	font-weight: 500;
	font-size: 102%;
	margin-top: 21px;
}
.topInformation .infoBlock .mission .text1 {
	font-size: 100%;
}
.topInformation .infoBlock .mission .mainText {
	font-weight: 500;
	font-size: 141%;
	font-family: var(--ffMin);
	line-height: 209%;
	margin: 22px 0;
}
.topInformation .videoBlock {
	width: 100%;
}

@media screen and (max-width: 960px) {
	.topInformation .infoBlock .mission .mainText br {
		display: none;
	}
}
/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.topInformation {}
	.topInformation * {}
	.topInformation > .wrap {
		gap: 40px;
	}
	.topInformation .infoBlock {
		border-radius: var(--rad1_sp);
		padding: 40px 10px;
		gap: 41px;
	}
	.topInformation .infoBlock .info .text1 {
		font-size: 107%;
		margin-bottom: 19px;
		line-height: 150%;
	}
	.topInformation .infoBlock .info .text1 .em {
		font-size: 117%;
		margin-right: 5px;
	}
	.topInformation .infoBlock .info .name1 {
		font-size: 166%;
		margin-bottom: 11px;
	}
	.topInformation .infoBlock .info .name2 {
		font-size: 99%;
	}
	.topInformation .infoBlock .info .text2 {
		font-size: 91%;
		margin-top: 18px;
	}
	.topInformation .infoBlock .mission .text1 {
		font-size: 88%;
	}
	.topInformation .infoBlock .mission .mainText {
		font-size: 108%;
		line-height: 180%;
		margin: 16px 0;
	}
	.topInformation .infoBlock .mission .mainText br {
		display: block;
	}
	.topInformation .videoBlock {}
}

/* // daikoIntroductionVideo
----------------------------------------------- */
.daikoIntroductionVideo {
	width: 960px;
	aspect-ratio: 640 / 360;
	max-width: calc(100% - 40px);
	border-radius: var(--rad1);
	overflow: hidden;
	box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.15);
	margin: 0 auto;
}
.daikoIntroductionVideo * {
	width: calc(100% + 4px) !important;
	height: calc(100% + 4px);
	position: relative;
	top: -2px;
	left: -2px;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.daikoIntroductionVideo {
		width: 100%;
		max-width: 100%;
		border-radius: var(--rad1_sp);
		box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
	}
	.daikoIntroductionVideo * {}
}

/* // topStrength
----------------------------------------------- */
.topStrength {
	padding: 0px var(--box_margin_1);
	margin-bottom: var(--box_margin_2);
	width: 100%;
}
.topStrength > .frame {
	border-radius: var(--rad1);
	background-color: #fff;
	background-image: url(../img/strength_bg_01.jpg);
	background-position: calc(50% - 300px) top;
	background-repeat: no-repeat;
	background-size: auto 100%;
	padding: 110px 0px 110px;
	position: relative;
	overflow: hidden;
}
.topStrength .contentsWrap {
	display: block;
	width: 620px;
	margin: 0 0 0 auto;
	position: relative;
	z-index: 10;
}
.topStrength .contentsWrap .title {
	line-height: 1;
	margin-bottom: 31px;
}
.topStrength .contentsWrap .title .en {
	font-size: 360%;
	font-weight: 700;
	font-family: var(--ffEn1);
	display: inline-block;
	margin-right: 18px;
}
.topStrength .contentsWrap .title .en:first-letter {
	color: var(--c1);
}
.topStrength .contentsWrap .title .ja {
	font-size: 115%;
	font-weight: 600;
	letter-spacing: 2%;
}
.topStrength .contentsWrap .catch {
	font-size: 275%;
	font-weight: 700;
	line-height: 150%;
	margin-bottom: 28px;
	letter-spacing: 3%;
}
.topStrength .contentsWrap .catch .tx1 {
	margin-left: -10px;
}
.topStrength .contentsWrap .text1 {
	font-size: 107%;
	line-height: 210%;
}
.topStrength .contentsWrap .btnLine {
	margin-top: 30px;
	text-align: right;
}

.topStrength .imageWrap {
	position: absolute;
	top: 50%;
	right: calc(50% - 3%);
	transform: translateY(-50%);
	display: block;
	height: 760px;
	aspect-ratio: 10 / 9;
}
.topStrength .imageWrap .wrap {
	width: 100%;
	height: 100%;
	position: relative;
}
.topStrength .imageWrap .wrap .mark1 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: auto;
	z-index: 5;
}
.topStrength .imageWrap .wrap .mark2 {
	position: absolute;
	top: calc(50% + 50px);
	left: calc(50% + 50px);
	transform: translate(-50%, -50%);
	width: 100%;
	height: auto;
	z-index: 4;
	opacity: 20.6%;
	filter: blur(25px);
}
.topStrength .imageWrap .wrap .person1 {
	position: absolute;
	bottom: calc(50% - 19.1%);
	left: calc(50% + 16%);
	transform: translate(-50%, 50%);
	width: 31.3%;
	height: auto;
	z-index: 10;
}
.topStrength .imageWrap .wrap .person2 {
	position: absolute;
	bottom: calc(50% - 1%);
	left: calc(50% - 24.9%);
	transform: translate(-50%, 50%);
	width: 31.3%;
	height: auto;
	z-index: 10;
}

@media screen and (max-width: 1000px) {
	.topStrength .imageWrap {
		right: calc(50% + 4%);
	}
}
@media screen and (max-width: 900px) {
	.topStrength .contentsWrap {
		width: 100%;
	}
	.topStrength .contentsWrap .text1 br.devPC {
		display: none !important;
	}
	.topStrength .imageWrap {
		position: absolute;
		top: -7px;
		right: 0px;
		transform: translateY(0%);
		height: auto;
		width: 46%;
		margin: 20px auto 0;
	}
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.topStrength {
		padding: 0px var(--box_margin_1_sp);
		margin-bottom: var(--box_margin_2);
	}
	.topStrength > .frame {
		border-radius: var(--rad1_sp);
		background-position: calc(0% - 0px) top;
		background-size: 100% auto;
		padding: 62px 0;
		background-image: url(../img/strength_bg_01_sp.jpg);
	}
	.topStrength .contentsWrap {
		margin: 0 auto;
	}
	.topStrength .contentsWrap .title {
		margin-bottom: 26px;
	}
	.topStrength .contentsWrap .title .en {
		font-size: 322%;
		display: block;
		margin-right: 0;
		margin-bottom: 6px;
	}
	.topStrength .contentsWrap .title .en:first-letter {
		color: var(--c1);
	}
	.topStrength .contentsWrap .title .ja {
		font-size: 113%;
	}
	.topStrength .contentsWrap .catch {
		font-size: 199%;
		line-height: 153%;
		margin-bottom: 24px;
	}
	.topStrength .contentsWrap .catch .tx1 {
		margin-left: -12px;
	}
	.topStrength .contentsWrap .text1 {
		font-size: 99%;
		line-height: 210%;
	}
	.topStrength .contentsWrap .btnLine {
		margin-top: 19px;
	}

	.topStrength .imageWrap {
		position: relative;
		top: auto;
		right: auto;
		transform: translateY(0%);
		height: auto;
		width: 106%;
		margin-top: 14px;
		margin-left: -3%;
	}
}

/* // topSolution
----------------------------------------------- */
.topSolution {
	padding: 0px var(--box_margin_1);
	width: 100%;
	margin-bottom: 130px;
}
.topSolution > .frame {
	border-radius: var(--rad1);
	background-image: var(--grad2);
}
.topSolution .pickup {
	margin-top: 60px;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.topSolution {
		padding: 0px var(--box_margin_1_sp);
		margin-bottom: 80px;
	}
	.topSolution > .frame {
		border-radius: var(--rad1_sp);
	}
	.topSolution .pickup {
		margin-top: 45px;
	}
}

/* // filteringBox_a
----------------------------------------------- */
.filteringBox_a {
	background-color: #fff;
	border-radius: var(--rad1);
	padding: 45px 45px 45px;
	display: grid;
	gap: 40px;
}
.filteringBox_a .keywordSearch {
	margin-bottom: 0;
}
.filteringBox_a .keywordSearch .keywordInput {
	background-image: var(--grad1);
	line-height: 1;
	padding: 4px;
	border-radius: 100px;
	position: relative;
	transition: 0.4s;
}
.filteringBox_a .keywordSearch.focus .keywordInput {
	transform: scale(1.02, 1.02);
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

.filteringBox_a .keywordSearch button[type="submit"].submit {
	line-height: 1;
	position: absolute !important;
	right: 25px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 31px !important;
	color: var(--c1) !important;
	min-width: unset;
	padding: 0;
	margin: 0;
}
.filteringBox_a .keywordSearch button[type="submit"].submit:before {
	transition: 0.4s;
}
.filteringBox_a .keywordSearch.focus button[type="submit"].submit {
	transform: scale(1.4, 1.4) translateY(-30%);
}
.filteringBox_a .keywordSearch .keywordInput .input {
	font-size: 136%;
	font-weight: 500;
	padding: 16px 70px 16px 36px;
	border: 0;
	background-color: #f8f8f8;
	width: 100%;
	border-radius: 100px;
}
.filteringBox_a .keywordSearch .keywordInput .input:focus {
	outline: none;
}
.filteringBox_a .keywordSearch .guide {
	position: absolute;
	bottom: calc(100% - 0px);
	left: 50%;
	transform: translateX(-50%);
	display: inline-block;
	background-color: #fff;
	line-height: 135%;
	font-size: 10px;
	padding: 4px 3px;
	border: 1px solid #999;
	text-align: center;
	color: #666;
	border-radius: 2px;
	opacity: 0;
	transition: 0.3s;
	white-space: nowrap;
}
.filteringBox_a .keywordSearch.focus .guide {
	bottom: calc(100% + 5px);
	opacity: 1;
}
.filteringBox_a .keywordSearch .guide .in {
	position: relative;
	display: block;
}
.filteringBox_a .keywordSearch .guide .in:before {
	content: "";
	position: absolute;
	display: block;
	width: 6px;
	aspect-ratio: 10 / 10;
	background-color: #fff;
	border-style: solid;
	border-color: #999;
	border-width: 0 0 1px 1px;
	transform: translateX(-50%) rotate(-45deg);
	top: calc(100% + 2px);
	left: 50%;
}
.filteringBox_a .keywordSearch .oftenUse {
	display: flex;
	gap: 10px;
	font-size: 88%;
	line-height: 100%;
	margin-top: 13px;
	padding: 0px 20px;
}
.filteringBox_a .keywordSearch .oftenUse .label {
	width: 150px;
	color: #aaa;
}
.filteringBox_a .keywordSearch .oftenUse .items {
	flex: 1;
	display: flex;
	gap: 11px 22px;
	flex-wrap: wrap;
}
.filteringBox_a .keywordSearch .oftenUse .items .link {}
.filteringBox_a .keywordSearch .oftenUse .items .link:before {
	content: "#";
	margin-right: 3px;
}

.filteringBox_a .filteringBlock .tabs {
	margin-bottom: 25px;
}
.filteringBox_a .filteringBlock .submitBtn {
	margin-top: 35px;
	line-height: 1;
}
.filteringBox_a .filteringBlock .submitBtn .formSubmit {
	height: 66px;
	width: 500px;
	font-size: 135%;
	font-weight: 500;
	letter-spacing: 2px;
}
.filteringBox_a .filteringBlock .submitBtn .formSubmit .icon {
	background-color: transparent;
	color: #fff;
	font-size: 177%;
	right: 25px;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.filteringBox_a {
		border-radius: var(--rad1_sp);
		padding: 28px 13px 28px;
		gap: 25px;
	}
	.filteringBox_a .keywordSearch {}
	.filteringBox_a .keywordSearch .keywordInput {
		padding: 3px;
	}
	.filteringBox_a .keywordSearch.focus .keywordInput {
		transform: scale(1.02, 1.02);
		box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
	}

	.filteringBox_a .keywordSearch button[type="submit"].submit {
		right: 10px;
		font-size: 24px !important;
		width: auto;
	}
	.filteringBox_a .keywordSearch button[type="submit"].submit:before {
		transition: 0.4s;
	}
	.filteringBox_a .keywordSearch.focus button[type="submit"].submit {
		transform: scale(1.4, 1.4) translateY(-30%);
	}
	.filteringBox_a .keywordSearch .keywordInput .input {
		font-size: 117%;
		padding: 13px 30px 13px 18px;
	}
	.filteringBox_a .keywordSearch .oftenUse {
		font-size: 92%;
		line-height: 100%;
		margin-top: 11px;
		padding: 0px 3px;
		display: block;
	}
	.filteringBox_a .keywordSearch .oftenUse .label {
		width: 100%;
		margin-bottom: 12px;
	}
	.filteringBox_a .keywordSearch .oftenUse .items {
		gap: 11px 21px;
	}
	.filteringBox_a .keywordSearch .oftenUse .items .link {}
	.filteringBox_a .keywordSearch .oftenUse .items .link:before {
		content: "#";
		margin-right: 3px;
	}

	.filteringBox_a .filteringBlock .tabs {
		margin-bottom: 22px;
	}
	.filteringBox_a .filteringBlock .submitBtn {
		margin-top: 31px;
	}
	.filteringBox_a .filteringBlock .submitBtn .formSubmit {
		height: 59px;
		width: 100%;
		letter-spacing: 1px;
		font-size: 120%;
	}
	.filteringBox_a .filteringBlock .submitBtn .formSubmit .icon {
		font-size: 149%;
		right: 14px;
	}
}

/* // tabs_a
----------------------------------------------- */
.tabs_a {
	display: grid;
	gap: 15px 1.8%;
	grid-template-columns: repeat(3, 1fr);
}
.tabs_a._col2 {
	grid-template-columns: repeat(2, 1fr);
}
.tabs_a._col3 {
	grid-template-columns: repeat(3, 1fr);
}
.tabs_a._col4 {
	grid-template-columns: repeat(4, 1fr);
}
.tabs_a .tab {
	height: 58px;
	background-image: linear-gradient(169deg, #dbdbdb 0%, #fff 100%);
	border-radius: 4px;
	box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.13);
	display: block;
	color: var(--c1);
	transition: 1;
}
.tabs_a .tab:hover {
	opacity: 1 !important;
	box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.03);
}
.tabs_a .tab.current {
	background: var(--c1);
	color: #fff;
	cursor: default;
	box-shadow: 0px 0px 0 rgba(0, 0, 0, 0);
}
.tabs_a .tab .tx {
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	font-size: 114%;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 1;
}
.tabs_a .tab .tx .stx {
	font-size: 88%;
	display: inline-block !important;
	position: relative;
	top: 2px;
	margin-left: 4px;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.tabs_a {
		display: grid;
		gap: 5px;
		grid-template-columns: repeat(2, 1fr) !important;
	}
	.tabs_a .tab {
		height: 52px;
		box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.13);
	}
	.tabs_a .tab:hover {
		opacity: 1 !important;
		box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.03);
	}
	.tabs_a .tab.current {
		background: var(--c1);
		color: #fff;
		cursor: default;
		box-shadow: 0px 0px 0 rgba(0, 0, 0, 0);
	}
	.tabs_a .tab .tx {
		font-size: 107%;
		letter-spacing: 0px;
	}
	.tabs_a .tab .tx .stx {
		margin-left: 2px;
		font-size: 82%;
	}
}

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

.tabs_b .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_b .wrap.current .in {
	background-image: none;
	background-color: transparent;
	color: #fff;
	cursor: default;
	opacity: 1 !important;
}
.tabs_b .wrap:not(.current):hover .in {
	background-color: rgba(255, 255, 255, 0.9);
}

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

/* // tabs_c
----------------------------------------------- */
.tabs_c {
	display: grid;
	gap: 10px 25px;
	grid-template-columns: repeat(4, 1fr);
	margin-bottom: 50px;
}
.tabs_c._col2 {
	grid-template-columns: repeat(2, 1fr);
}
.tabs_c._col3 {
	grid-template-columns: repeat(3, 1fr);
}
.tabs_c .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_c .link:hover {
	background-color: rgba(0, 0, 0, 0.03);
}
.tabs_c .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_c .link:before {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 1px;
	background-image: var(--grad1);
	content: " ";
}

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

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

/* // tabs_d
----------------------------------------------- */
.tabs_d {
	display: grid;
	gap: 13px;
	grid-template-columns: repeat(3, 1fr);
	line-height: 1;
}
.tabs_d._col2 {
	grid-template-columns: repeat(2, 1fr);
}
.tabs_d .btn {
	min-width: 100%;
	height: 100%;
	background-color: var(--c1);
	/*! border: 2px solid var(--c1); */
	/*! border-radius: 5px; */
	min-height: 60px;
	padding: 12px 0px;
}
.tabs_d .btn::before {
	opacity: 0.1;
	background-color: var(--c1);
}
.tabs_d .btn .btnWrap {
	padding: 0px 37px 0px 21px;
}
.tabs_d .btn .tx {
	color: #fff;
	font-size: 114%;
	font-weight: 500;
	justify-content: flex-start;
	text-align: left;
	line-height: 131%;
}
.tabs_d .btn .tx ._stx1 {
	display: block;
	font-size: 80%;
	font-weight: 400;
	text-align: left;
	margin-top: 5px;
	width: 100%;
	line-height: 135%;
}
.tabs_d .btn .icon {
	color: var(--c1) !important;
	font-size: 76% !important;
	background-color: #fff !important;
	right: 12px !important;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.tabs_d {
		gap: 8px;
		grid-template-columns: none;
	}
	.tabs_d._col2 {
		grid-template-columns: none;
	}
	.tabs_d .btn {
		min-height: 50px;
	}
	.tabs_d .btn .tx {
		font-size: 108%;
	}
	.tabs_d .btn .tx ._stx1 {
		font-size: 83%;
		margin-top: 4px;
	}
	.tabs_d .btn .icon {}
}

/* // tabs_e
----------------------------------------------- */
.tabs_e {
	line-height: 100%;
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(4, 1fr);
}
.tabs_e._col3 {
	grid-template-columns: repeat(3, 1fr);
}
.tabs_e._col5 {
	gap: 7px;
	grid-template-columns: repeat(5, 1fr);
}
.tabs_e .btn {
	border-radius: 3px;
	height: 42px;
	min-width: 1px;
	width: 100%;
}
.tabs_e .btn .btnWrap {
	padding: 0px 20px;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.tabs_e {
		gap: 5px !important;
		grid-template-columns: repeat(2, 1fr) !important;
	}
	.tabs_e .btn {
		height: 40px;
		width: 100%;
		font-size: 90%;
	}
}

/* // formCheckItems_a
----------------------------------------------- */
.formCheckItems_a {
	display: flex;
	gap: 9px 9px;
	flex-wrap: wrap;
}
.formCheckItems_a .item {}
.formCheckItems_a label {
	background-color: #f3f3f3;
	border-radius: 3px !important;
	height: 36px;
	display: flex !important;
	align-items: center;
	align-content: center;
	justify-content: center;
	padding: 0px 15px 0px 30px !important;
	font-size: 92%;
	transition: 0.3s;
}
.formCheckItems_a label:hover {
	opacity: 0.7;
}
.formCheckItems_a label::before,
.formCheckItems_a label::after {
	display: none !important;
}
.formCheckItems_a label .tx {}
.formCheckItems_a label .tx:before {
	content: " ";
	display: block;
	width: 7px;
	aspect-ratio: 10 / 10;
	background: var(--grad1);
	position: absolute;
	border-radius: 100px;
	top: 50%;
	left: 12px;
	transform: translateY(-50%);
}

.formCheckItems_a label:has(:checked) {
	background-color: var(--c1);
}
.formCheckItems_a label:has(:checked) .tx {
	color: #fff;
}
.formCheckItems_a label:has(:checked) .tx:before {
	background: #fff;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.formCheckItems_a {
		gap: 4px;
	}
	.formCheckItems_a label {
		border-radius: 3px !important;
		height: 32px;
		padding: 0px 6px !important;
		font-size: 82%;
	}
	.formCheckItems_a label .tx:before {
		display: none;
	}
}

/* // pickupSolution_a
----------------------------------------------- */
.pickupSolution_a .title {
	line-height: 100%;
	margin-bottom: 25px;
}
.pickupSolution_a .title .en {
	font-size: 220%;
	font-weight: 700;

	display: inline-block;
	vertical-align: bottom;
	line-height: 1;
}
.pickupSolution_a .title .en:first-letter {
	color: var(--c1);
}
.pickupSolution_a .title .ja {
	font-size: 106%;
	font-weight: 600;
	display: inline-block;
	vertical-align: bottom;
	line-height: 1;
	margin-left: 20px;
}
.pickupSolution_a .solutionItems {
	display: grid;
	gap: 20px;
}
.pickupSolution_a .solutionItems > .item {
	display: flex;
	gap: 35px;
	border-radius: var(--rad2);
	background-color: #fff;
	padding: 20px;
}
.pickupSolution_a .solutionItems > .item .logoWrap {
	width: 280px;
	aspect-ratio: 10 / 5.5;
	border: 1px solid #ddd;
	padding: 19px;
	border-radius: 5px;
}
.pickupSolution_a .solutionItems > .item .logoWrap .in {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.pickupSolution_a .solutionItems > .item .logoWrap .in .logo {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center center;
}
.pickupSolution_a .solutionItems > .item .contents {
	flex: 1;
}
.pickupSolution_a .solutionItems > .item .contents .title {
	font-size: 170%;
	line-height: 150%;
	font-weight: 610;
	margin-bottom: 18px;
}
.pickupSolution_a .solutionItems > .item .contents .description {
	font-size: 100%;
	line-height: 180%;
	font-weight: 400;
}
.pickupSolution_a .solutionItems > .item .contents .btnLine {
	line-height: 100%;
	margin-top: 16px;
	text-align: right;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.pickupSolution_a .title {
		margin-bottom: 22px;
	}
	.pickupSolution_a .title .en {
		font-size: 207%;

		display: block;
	}
	.pickupSolution_a .title .en:first-letter {
		color: var(--c1);
	}
	.pickupSolution_a .title .ja {
		font-size: 106%;
		display: block;
		margin-left: 0;
		margin-top: 10px;
	}
	.pickupSolution_a .solutionItems {
		gap: 17px;
	}
	.pickupSolution_a .solutionItems > .item {
		display: block;
		border-radius: var(--rad1_sp);
		padding: 20px;
	}
	.pickupSolution_a .solutionItems > .item .logoWrap {
		width: 100%;
		aspect-ratio: 10 / 5.5;
		padding: 24px;
		border-radius: 5px;
	}
	.pickupSolution_a .solutionItems > .item .logoWrap .in {
		width: 100%;
		height: 100%;
		overflow: hidden;
	}
	.pickupSolution_a .solutionItems > .item .logoWrap .in .logo {
		width: 100%;
		height: 100%;
		object-fit: contain;
		object-position: center center;
	}
	.pickupSolution_a .solutionItems > .item .contents {
		margin-top: 12px;
	}
	.pickupSolution_a .solutionItems > .item .contents .title {
		font-size: 146%;
		line-height: 147%;
		margin-bottom: 7px;
	}
	.pickupSolution_a .solutionItems > .item .contents .description {
		font-size: 100%;
		line-height: 173%;
	}
	.pickupSolution_a .solutionItems > .item .contents .btnLine {
		margin-top: 15px;
		text-align: center;
	}
}

/* // caseItems_a
----------------------------------------------- */
.caseItems_a {
	display: grid;
	gap: 50px;
	grid-template-columns: repeat(2, 1fr);
}
.caseItems_a .caseItem {
	width: 100%;
	background-image: linear-gradient(45deg, var(--c1), var(--c2));
	border-radius: 16px;
}
.caseItems_a .caseItem > .wrap {
	display: flex;
	flex-wrap: wrap;
	background-color: #fff;
	height: 100%;
	position: relative;
	top: 0;
	left: 0;
	transition: 0.3s;
	overflow: hidden;
	align-items: flex-start;
	align-content: flex-start;
	border-radius: 15px;
}
.caseItems_a .caseItem > .wrap::before {
	content: " ";
	display: block;
	width: 100%;
	height: 100%;
	background-image: var(--grad4);
	position: absolute;
	top: 0%;
	left: 0%;
	opacity: 0;
	transition: 0.3s;
}
.caseItems_a .caseItem > .wrap:hover::before {
	opacity: 1;
}
.caseItems_a .caseItem > .wrap:hover {
	top: -7px;
	left: -7px;
}
.caseItems_a .caseItem > .wrap:hover {
	opacity: 1;
}
.caseItems_a .caseItem .image {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	z-index: 10;
	overflow: hidden;
	aspect-ratio: 100 / 47.7;
}
.caseItems_a .caseItem .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.3s;
}
.caseItems_a .caseItem:hover .image img {
	opacity: 1;
	transform: scale(1.03, 1.03);
}
.caseItems_a .caseItem .contentsWrap {
	z-index: 10;
	position: relative;
	padding: 25px 35px;
	width: 100%;
}
.caseItems_a .caseItem .contentsWrap .client {
	line-height: 130%;
	font-size: 103%;
	font-weight: 500;
	margin-bottom: 10px;
}
.caseItems_a .caseItem .contentsWrap .title {
	line-height: 137%;
	font-size: 147%;
	font-weight: 600;
}
.caseItems_a .caseItem .contentsWrap .title br {
	display: none !important;
}
.caseItems_a .caseItem .contentsWrap .type {
	display: flex;
	gap: 25px;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
	margin-top: 14px;
}
.caseItems_a .caseItem .contentsWrap .type li {
	display: flex;
	gap: 9px;
	align-items: center;
	align-content: center;
	font-size: 86%;
	line-height: 1;
}
.caseItems_a .caseItem .contentsWrap .type li .label {
	background-color: #f2f2f2;
	border-radius: 2px;
	padding: 5px 8px;
}
.caseItems_a .caseItem .contentsWrap .type li .content {
	font-size: 100%;
}

.caseItems_a .caseItem .contentsWrap .solution {
	margin-top: 13px;
}
.caseItems_a .caseItem .contentsWrap .solution .solutionTItle {
	font-size: 93%;
	line-height: 100%;
	font-weight: 500;
	margin-bottom: 14px;
	overflow: hidden;
	display: flex;
	align-items: center;
	align-content: center;
	position: relative;
	gap: 8px;
}
.caseItems_a .caseItem .contentsWrap .solution .solutionTItle .text {
	display: inline-block;
	color: var(--c1);
}
.caseItems_a .caseItem .contentsWrap .solution .solutionTItle:after {
	content: " ";
	flex: 1;
	display: block;
	height: 1px;
	background: var(--grad1);
}
.caseItems_a .caseItem .contentsWrap .solution .sotlutionItems {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
}
.caseItems_a .caseItem .contentsWrap .solution .sotlutionItems li {
	line-height: 1;
	color: var(--c1);
	font-size: 81%;
	padding: 4px 8px;
	border-radius: 100px;
	border: 1px solid var(--c1);
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.caseItems_a {
		display: flex;
		flex-wrap: wrap;
		gap: 25px;
		grid-template-columns: auto;
		padding-right: 15px;
		padding-left: 15px;
	}
	.caseItems_a .caseItem {
		border-radius: 11px;
	}
	.caseItems_a .caseItem > .wrap {
		border-radius: 10px;
	}
	.caseItems_a .caseItem .image {}
	.caseItems_a .caseItem .contentsWrap {
		padding: 18px 20px;
	}
	.caseItems_a .caseItem .contentsWrap .client {
		font-size: 92%;
		margin-bottom: 7px;
	}
	.caseItems_a .caseItem .contentsWrap .title {
		line-height: 139%;
		font-size: 110%;
	}
	.caseItems_a .caseItem .contentsWrap .type {
		gap: 8px 17px;
		margin-top: 13px;
	}
	.caseItems_a .caseItem .contentsWrap .type li {
		gap: 5px;
		font-size: 76%;
	}
	.caseItems_a .caseItem .contentsWrap .type li .label {
		padding: 4px 6px;
	}
	.caseItems_a .caseItem .contentsWrap .solution {
		margin-top: 12px;
	}
	.caseItems_a .caseItem .contentsWrap .solution .solutionTItle {
		font-size: 82%;
		margin-bottom: 11px;
		gap: 6px;
	}
	.caseItems_a .caseItem .contentsWrap .solution .sotlutionItems {
		gap: 7px;
	}
	.caseItems_a .caseItem .contentsWrap .solution .sotlutionItems li {
		font-size: 74%;
		padding: 4px 7px;
	}
}

/* // caseItems_a _swiper1
----------------------------------------------- */
.caseItems_a._swiper1 {
	display: block;
	cursor: url(../img/_cursor_01.cur) 40 20, auto;
}
.caseItems_a._swiper1 .caseItem {
	width: 500px;
}
.caseItems_a._swiper1 .swiper-slide .wrap {
	cursor: url(../img/_cursor_01.cur) 40 20, auto;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.caseItems_a._swiper1 {
		padding-left: 0;
		padding-right: 0px;
	}
	.caseItems_a._swiper1 .caseItem {
		width: 280px;
	}
	.caseItems_a._swiper1,
	.caseItems_a._swiper1 .swiper-slide .wrap {
		cursor: auto;
	}
}

/* // swiperBox_a
----------------------------------------------- */
.swiperBox_a {
	width: calc(1100px + (100vw - 1100px) / 2 - 15px);
	margin-left: -10px;
	overflow: hidden;
}
.swiperBox_a .swiper-container {
	padding-left: 10px;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.swiperBox_a {
		width: calc(100vw - 10px);
		margin-left: -7px;
	}
	.swiperBox_a .swiper-container {
		padding-left: 10px;
	}
}

/* // swiper
----------------------------------------------- */
.swiper-outer .swiper-pagination {
	bottom: 5px;
	left: 15px;
	transform: translateX(0%);
	padding: 0px;
	justify-content: flex-start;
}
.swiper-outer .swiper-pagination-bullet {
	width: 40px;
	height: 1px;
	border-radius: 0px;
	opacity: 0.15;
	margin: 0 5px 0 0;
	background-color: var(--c1) !important;
	opacity: 0.22;
}
.swiper-outer .swiper-pagination-bullet-active {
	opacity: 1;
	height: 2px;
}
.swiper-outer .swiper-button {
	background-color: transparent;
	color: var(--c1);
	width: auto;
	font-size: 18px;
}
.swiper-outer .swiper-button.swiper-button-prev {
	left: auto;
	right: calc(20px + 3em);
}
.swiper-outer .swiper-button.swiper-button-next {
	left: auto;
	right: 20px;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.swiper-outer .swiper-pagination {
		bottom: 5px;
		left: 16px;
	}
	.swiper-outer .swiper-pagination-bullet {
		width: 30px;
		margin: 0 5px 0 0 !important;
	}
}

/* // btnViewAll_a
----------------------------------------------- */
.btnViewAll_a {
	display: block;
	margin-top: 30px;
	text-align: center;
	line-height: 1;
}
.btnViewAll_a._sp {
	display: none;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.btnViewAll_a._pc {
		display: none;
	}
	.btnViewAll_a {
		margin-top: 20px;
	}
}

/* // eventItems_a
----------------------------------------------- */
.eventItems_a {
	display: grid;
	gap: 25px;
}
.eventItems_a .eventItem {
	width: 100%;
	background-image: linear-gradient(45deg, var(--c1), var(--c2));
	border-radius: 16px;
}
.eventItems_a .eventItem.off {
	background-image: #fff;
}
.eventItems_a .eventItem > .wrap {
	display: flex;
	background-color: #fff;
	height: 100%;
	position: relative;
	top: 0;
	left: 0;
	transition: 0.3s;
	overflow: hidden;
	align-items: flex-start;
	align-content: flex-start;
	border-radius: 15px;
}
.eventItems_a .eventItem.off > .wrap {
	cursor: default;
}
.eventItems_a .eventItem > .wrap::before {
	content: " ";
	display: block;
	width: 100%;
	height: 100%;
	background-image: var(--grad4);
	position: absolute;
	top: 0%;
	left: 0%;
	opacity: 0;
	transition: 0.3s;
}
.eventItems_a .eventItem.off > .wrap:before {
	display: none;
}
.eventItems_a .eventItem:not(.off) > .wrap:hover::before {
	opacity: 1;
}
.eventItems_a .eventItem:not(.off) > .wrap:hover {
	top: -7px;
	left: -7px;
}
.eventItems_a .eventItem > .wrap:hover {
	opacity: 1;
}
.eventItems_a .eventItem .image {
	display: block;
	position: relative;
	overflow: hidden;
	width: 430px;
	z-index: 10;
	overflow: hidden;
	height: 100%;
	/*! aspect-ratio: 800 / 450; */
}
.eventItems_a .eventItem.off .image {
	opacity: 0.5;
}
.eventItems_a .eventItem .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.3s;
}
.eventItems_a .eventItem .image.none {
	display: flex;
	gap: 10px;
	align-items: center;
	align-content: center;
	justify-content: center;
	background-color: #eee;
}
.eventItems_a .eventItem .image.none img {
	/*! width: 80%; */
	/*! height: auto; */
	object-fit: none;
}

.eventItems_a .eventItem:hover .image img {
	opacity: 1;
}
.eventItems_a .eventItem:not(.off):hover .image img {
	transform: scale(1.03, 1.03);
}
.eventItems_a .eventItem .contentsWrap {
	width: calc(100% - 330px);
	position: relative;
	padding: 30px 30px;
	height: 100%;
}
.eventItems_a .eventItem.off .contentsWrap {
	opacity: 0.5;
}
.eventItems_a .eventItem .contentsWrap .category {
	line-height: 1;
	margin-bottom: 9px;
}
.eventItems_a .eventItem .contentsWrap .category > .in {
	display: inline-block;
	line-height: 1;
	color: #fff;
	background-color: var(--c0_hover_1);
	font-size: 87%;
	padding: 5px 12px 5px 7px;
	border-radius: 0 20px 20px 0;
}
.eventItems_a .eventItem .contentsWrap .title {
	line-height: 137%;
	font-size: 147%;
	font-weight: 600;
}
.eventItems_a .eventItem .contentsWrap .title br {
	display: none !important;
}
.eventItems_a .eventItem .contentsWrap .detail {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
	margin-top: 15px;
	line-height: 1;
}
.eventItems_a .eventItem .contentsWrap .detail li {
	display: flex;
	gap: 16px;
	align-items: center;
	align-content: center;
	font-size: 82%;
	width: 100%;
}
.eventItems_a .eventItem .contentsWrap .detail li .label {
	background-image: var(--grad1);
	padding: 1px;
	border-radius: 100px;
	width: 130px;
	font-weight: 500;
}
.eventItems_a .eventItem .contentsWrap .detail li .label > .in {
	display: inline-block;
	background-color: #fff;
	border-radius: 100px;
	padding: 5px 8px;
	width: 100%;
	text-align: center;
}
.eventItems_a .eventItem .contentsWrap .detail li .content {
	font-size: 109%;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.eventItems_a {
		gap: 20px;
		padding: 0px 10px;
	}
	.eventItems_a .eventItem {
		border-radius: 11px;
	}
	.eventItems_a .eventItem.off {
		background-image: #fff;
	}
	.eventItems_a .eventItem > .wrap {
		flex-wrap: wrap;
		border-radius: 10px;
	}
	.eventItems_a .eventItem .image {
		width: 100%;
		aspect-ratio: 10 / 6.6;
		height: auto;
	}
	.eventItems_a .eventItem .image.none img {
		object-fit: none;
	}
	.eventItems_a .eventItem .contentsWrap {
		width: 100%;
		padding: 20px 20px;
		height: auto;
	}
	.eventItems_a .eventItem .contentsWrap .category {
		margin-bottom: 7px;
	}
	.eventItems_a .eventItem .contentsWrap .category > .in {
		font-size: 79%;
		padding: 4px 11px 4px 6px;
	}
	.eventItems_a .eventItem .contentsWrap .title {
		line-height: 137%;
		font-size: 121%;
	}
	.eventItems_a .eventItem .contentsWrap .detail {
		gap: 4px;
		margin-top: 10px;
	}
	.eventItems_a .eventItem .contentsWrap .detail li {
		gap: 9px;
		font-size: 74%;
		align-items: flex-start;
	}
	.eventItems_a .eventItem .contentsWrap .detail li .label {
		width: 92px;
	}
	.eventItems_a .eventItem .contentsWrap .detail li .label > .in {
		padding: 5px 5px;
	}
	.eventItems_a .eventItem .contentsWrap .detail li .content {
		font-size: 107%;
		margin-top: 3px;
		line-height: 150%;
	}
}

/* // newstItems_a
----------------------------------------------- */
.newstItems_a {
	display: grid;
	gap: 8px;
}
.newstItems_a .newstItem {
	width: 100%;
	background-image: linear-gradient(45deg, var(--c1), var(--c2));
	border-radius: 16px;
}
.newstItems_a .newstItem > .wrap {
	display: flex;
	background-color: #fff;
	height: 100%;
	position: relative;
	top: 0;
	left: 0;
	transition: 0.3s;
	overflow: hidden;
	align-items: flex-start;
	align-content: flex-start;
	border-radius: 15px;
}
.newstItems_a .newstItem > .wrap:hover {
	top: -7px;
	left: -7px;
	animation: animHover_b_none 0s infinite ease-out !important;
}
.newstItems_a .newstItem > .wrap:hover {
	opacity: 1;
}
.newstItems_a .newstItem > .wrap::before {
	content: " ";
	display: block;
	width: 100%;
	height: 100%;
	background-image: var(--grad4);
	position: absolute;
	top: 0%;
	left: 0%;
	opacity: 0;
	transition: 0.3s;
}
.newstItems_a .newstItem > .wrap:hover::before {
	opacity: 1;
}
.newstItems_a .newstItem .contentsWrap {
	position: relative;
	z-index: 10;
	display: flex;
	gap: 10px;
	padding: 30px 34px;
	align-items: flex-start;
}
.newstItems_a .newstItem .contentsWrap .date {
	line-height: 1;
	font-size: 127%;
	width: 105px;
	font-family: var(--ffEn1);
}
.newstItems_a .newstItem .contentsWrap .category {
	line-height: 1;
	width: 140px;
	font-size: 87%;
	border-radius: 100px;
	color: #fff;
	padding: 5px 5px;
	background-color: #999;
	text-align: center;
	margin-right: 20px;
}
.newstItems_a .newstItem .contentsWrap .category .in {
	line-height: 1;
}
.newstItems_a .newstItem .contentsWrap .title {
	line-height: 170%;
	font-size: 108%;
	flex: 1;
	margin-top: -4px;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.newstItems_a {
		gap: 6px;
	}
	.newstItems_a .newstItem {
		border-radius: 11px;
	}
	.newstItems_a .newstItem > .wrap {
		border-radius: 10px;
	}
	.newstItems_a .newstItem .contentsWrap {
		gap: 6px 0;
		padding: 18px 15px;
		flex-wrap: wrap;
	}
	.newstItems_a .newstItem .contentsWrap .date {
		font-size: 111%;
		width: 85px;
	}
	.newstItems_a .newstItem .contentsWrap .category {
		width: 130px;
		margin-top: -5px;
		margin-right: 0px;
	}
	.newstItems_a .newstItem .contentsWrap .category .in {
		font-size: 76%;
		padding: 2px 1px;
	}
	.newstItems_a .newstItem .contentsWrap .title {
		line-height: 165%;
		font-size: 93%;
		flex: auto;
		margin-top: 0;
		width: 100%;
	}
}

/* // topNewsBtm
----------------------------------------------- */
.topNewsBtm .tabs {}
.topNewsBtm .allBtn {
	text-align: right;
	margin-top: -50px;
	margin-bottom: 30px;
	line-height: 1;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.topNewsBtm .tabs {
		margin-bottom: 15px;
	}
	.topNewsBtm .allBtn {
		display: none;
	}
}

/* // cloudInfo_a
----------------------------------------------- */
.cloudInfo_a .frame {
	background-color: #fff;
	border-radius: var(--rad2);
	padding: 30px 30px 24px;
}
.cloudInfo_a .title {
	font-size: 120%;
	line-height: 150%;
	font-weight: 500;
	margin-bottom: 6px;
}
.cloudInfo_a .description {
	margin-bottom: 10px;
	font-size: 96%;
	display: flex;
	gap: 40px;
	align-items: center;
	align-content: center;
}
.cloudInfo_a .btnLine {
	text-align: left;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.cloudInfo_a .frame {
		border-radius: var(--rad1_sp);
		padding: 20px 20px 17px;
	}
	.cloudInfo_a .title {
		font-size: 109%;
		margin-bottom: 7px;
	}
	.cloudInfo_a .description {
		margin-bottom: 0;
		font-size: 94%;
		line-height: 180%;
		display: block;
	}
	.cloudInfo_a .description .btn {
		margin-top: 10px;
	}
}

/* // breadcrumb
----------------------------------------------- */
.breadcrumb {
	top: 3px;
	left: 0;
	padding-left: 15px;
}
.breadcrumb._single1 {
	top: -5px;
	position: relative;
	margin-bottom: 40px;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.breadcrumb {
		top: 0;
		font-size: 9px;
		padding-left: 10px;
		margin: 0;
		left: 0px;
		position: absolute;
	}
	.breadcrumb._single1 {
		top: -5px;
		position: relative;
		padding-left: 12px;
		margin-bottom: 20px;
	}
}

/* // pageTitle_a
----------------------------------------------- */
.pageTitle_a {
	padding: 0px var(--box_margin_1);
	margin-bottom: 80px;
	width: 100%;
}
.pageTitle_a._mb1 {
	margin-bottom: var(--box_margin_1);
}
.pageTitle_a > .frame {
	border-radius: var(--rad1);
	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%;
	padding-left: 100px;
	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;
}
.pageTitle_a .textWrap .title:after,
.pageTitle_a .textWrap .title:before {
	content: "";
	width: 310px;
	aspect-ratio: var(--logo_aspect);
	background: url(../img/cmn_logo_mark_01.svg) no-repeat center center / contain;
	position: absolute;
	top: 50%;
	transform: translate(0%, -50%);
	z-index: 5;
	right: calc(100% - 180px);
}
.pageTitle_a .textWrap .title:after {
	z-index: 3;
	opacity: 30%;
	filter: blur(25px);
	transform: translate(0, -40%);
}
/*_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(--rad1_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;
	}
	.pageTitle_a .textWrap .title:after,
	.pageTitle_a .textWrap .title:before {
		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: 80px;
	width: 100%;
}
.pageTitle_b._mb1 {
	margin-bottom: var(--box_margin_1);
}
.pageTitle_b > .frame {
	border-radius: var(--rad1);
	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 {}
	.pageTitle_b > .frame {
		height: 130px;
		border-radius: var(--rad1_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;
	}
}

/* // wp-pagenavi //
-------------------------------------------------- */
.wp-pagenavi {
	margin-top: 20px;
}
.wp-pagenavi a,
.wp-pagenavi .current,
.wp-pagenavi a:link,
.wp-pagenavi a:visited,
.wp-pagenavi a:active {
	border: 0;
	background: #e6e6e6;
	color: #333;
}
.wp-pagenavi a:hover {
	background: #d2d2d2;
	opacity: 1;
}
.wp-pagenavi .current {
	background: var(--c1);
	color: #fff;
}
.wp-pagenavi .pages {
	border: 0;
	font-family: var(--ffEn1);
	margin: 0;
}

.wp-pagenavi .extend {
	color: #555;
	font-size: 15px;
}
.wp-pagenavi .previouspostslink:after,
.wp-pagenavi .nextpostslink:after {
	content: "\ebd6";
}
.wp-pagenavi .previouspostslink:after {
	content: "\ebd5";
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.wp-pagenavi {
		margin-top: 25px;
		position: relative;
		padding-top: 30px;
		padding-bottom: 41px;
	}
	.wp-pagenavi .pages {
		position: absolute;
		width: 100%;
		left: 0px;
		top: 0px;
	}
	.wp-pagenavi a,
	.wp-pagenavi a:link,
	.wp-pagenavi a:visited,
	.wp-pagenavi a:active,
	.wp-pagenavi .current {
		width: 32px;
		margin: 0 1px;
		border-radius: 3px;
		font-size: 13px;
	}
	.wp-pagenavi .current {}
	.wp-pagenavi .extend {
		min-width: 20px;
		height: 29px;
		line-height: 30px;
		font-size: 11px;
	}
	.wp-pagenavi .previouspostslink,
	.wp-pagenavi .nextpostslink {
		position: absolute;
		bottom: 0px;
		width: 80px !important;
		height: 35px;
	}
	.wp-pagenavi .previouspostslink {
		left: 70px;
	}
	.wp-pagenavi a.nextpostslink {
		right: 70px;
	}
	.wp-pagenavi a.previouspostslink:after,
	.wp-pagenavi a.nextpostslink:after {
		font-size: 85%;
	}
	.wp-pagenavi a.first,
	.wp-pagenavi a.last {
		min-width: 60px;
		position: absolute;
		bottom: 0px;
	}
	.wp-pagenavi .first {
		left: 0px;
	}
	.wp-pagenavi .last {
		right: 0px;
	}
}

/* // wpPagenationNextPage //
----------------------------------------------- */
.wpPagenationNextPageLink {
	border: 0;
	font-size: 16px;
	background-color: #e6e6e6;
	font-family: var(--ffEn1);
	border-radius: 6px;
}
.wpPagenationNextPageLink:hover {
	background-color: #d2d2d2 !important;
	opacity: 1;
}
.wpPagenationNextPageLink em:after {
	font-size: 64%;
	content: "\ebd6";
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.wpPagenationNextPage a {
		width: 90%;
		font-size: 20px;
		padding: 18px;
		color: #333;
	}
	.wpPagenationNextPageLink {
		width: 90%;
		font-size: 20px;
		padding: 18px;
		color: #333;
	}
}

/* // searchResultTx_a
----------------------------------------------- */
.searchResultTx_a {
	line-height: 1;
	margin-top: 40px;
	margin-bottom: 30px;
	font-size: 120%;
	font-weight: 500;
}
.searchResultTx_a .num {
	font-size: 140%;
	padding: 0 6px;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.searchResultTx_a {
		margin-top: 30px;
		margin-bottom: 22px;
		font-size: 115%;
	}
	.searchResultTx_a .num {
		font-size: 130%;
		padding: 0 4px;
	}
}

/* // backToIndex_a
----------------------------------------------- */
.backToIndex_a {
	line-height: 1;
	margin-top: 70px;
	padding-top: 30px;
	position: relative;
	text-align: left;
}
.backToIndex_a:after {
	content: " ";
	position: absolute;
	display: block;
	width: 100%;
	height: 1px;
	background-image: var(--grad1);
	left: 0px;
	top: 0%;
	transition: 0.2s;
}
.backToIndex_a .btn {
	margin-top: 0 auto 0 0;
}

/* // articleWrap_a
----------------------------------------------- */
.articleWrap_a {
	background-color: #fff;
	padding: 50px;
	border-radius: var(--rad1);
	position: relative;
	transition: 0.7s;
	left: 0;
}
.articleWrap_a._form {
	left: -80px;
}
.articleWrap_a .blockWrap {
	display: flex;
	gap: 40px;
}
.articleWrap_a .blockWrap > .contentsBlock {
	flex: 1;
}
.articleWrap_a .blockWrap > .formBlock {
	width: 380px;
}
.articleWrap_a .mce-content-body {
	text-align: left;
}
/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.articleWrap_a {
		padding: 20px 15px;
		border-radius: var(--rad1_sp);
	}
	.articleWrap_a._form {
		left: 0px;
	}
	.articleWrap_a .blockWrap {
		display: grid;
		gap: 40px;
	}
	.articleWrap_a .blockWrap > .contentsBlock {
		flex: auto;
	}
	.articleWrap_a .blockWrap > .formBlock {
		width: 100%;
		border-radius: 5px;
		padding: 0;
		background-color: transparent;
	}
}

/* // seminarFix_ax
----------------------------------------------- */
.seminarFix_a {
	width: 200px;
	height: auto;
	border-radius: 10px;
	position: fixed;
	top: 40%;
	right: 5px;
	transition: 0.6s;
	transform: translate(110%, -50%);
	background-color: var(--c1);
	padding: 12px;
	z-index: 100;
}
.seminarFix_a._view {
	transform: translate(0, -50%);
}
.seminarFix_a .title {
	font-size: 110%;
	line-height: 140%;
	font-weight: 500;
	margin-bottom: 6px;
	color: #fff;
}
.seminarFix_a .detail {
	display: grid;
	gap: 5px;
}
.seminarFix_a .detail .label {
	display: inline-block;
	background-color: #fff;
	line-height: 100%;
	color: var(--c1);
	padding: 3px 10px;
	font-size: 82%;
	border-radius: 100px;
}
.seminarFix_a .detail .content {
	display: block;
	color: #fff;
	line-height: 140%;
	font-size: 87%;
	margin-top: -2px;
}
.seminarFix_a .btnLine {
	margin-top: 15px;
	line-height: 1;
}
.seminarFix_a .btnLine .btn {
	min-width: 100%;
	width: 100%;
	height: 41px;
	font-size: 84%;
}
.seminarFix_a .btnLine .btn .icon {
	transform: translate(0%, -50%) scale(0.8, 0.8);
}
/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.seminarFix_a {
		width: calc(100% - 40px);
		height: auto;
		border-radius: 6px;
		top: auto;
		right: auto;
		left: 20px;
		bottom: 5px;
		transform: translate(0%, 0%);
		padding: 0px;
		background-color: transparent;
	}
	.seminarFix_a._view {
		transform: translate(0%, 0%);
	}
	.seminarFix_a .title {
		display: none;
	}
	.seminarFix_a .detail {
		display: none;
	}

	.seminarFix_a .btnLine {
		margin-top: 0;
		line-height: 1;
	}
	.seminarFix_a .btnLine .btn {
		width: 100%;
		height: 50px;
		font-size: 84%;
		background-image: var(--grad1);
	}
	.seminarFix_a .btnLine .btn .tx {
		color: #fff;
		font-size: 110%;
	}
	.seminarFix_a .btnLine .btn .icon {
		transform: translate(0%, -50%) scale(0.8, 0.8) rotate(90deg);
		background-color: #fff !important;
		background-image: none;
		color: var(--c1);
	}
}

/* // 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-image: var(--grad1);
	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;
	}
}

/* // infoDetailInfo_a
----------------------------------------------- */
.infoDetailInfo_a {
	line-height: 1.4;
	margin-bottom: 40px;
	display: grid;
	gap: 11px;
}
.infoDetailInfo_a li {
	display: flex;
	align-items: flex-start;
}
.infoDetailInfo_a li .label {
	color: #fff;
	padding: 4px;
	font-size: 100%;
	min-width: 150px;
	text-align: center;
	margin-right: 10px;
	background: var(--grad1);
	border-radius: 100px;
}
.infoDetailInfo_a li .text {
	font-size: 114%;
	flex: 1;
	margin-top: 2px;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.infoDetailInfo_a {
		margin-bottom: 35px;
		gap: 13px;
	}
	.infoDetailInfo_a li {
		display: flex;
		align-items: flex-start;
		flex-wrap: wrap;
	}
	.infoDetailInfo_a li .label {
		padding: 3px;
		font-size: 100%;
		min-width: 140px;
		text-align: center;
		margin-right: 10px;
		background: var(--grad1);
		border-radius: 100px;
	}
	.infoDetailInfo_a li .text {
		font-size: 108%;
		flex: auto;
		margin-top: 4px;
		width: 100%;
	}
}

/* // infoDatailImageWrap_a
----------------------------------------------- */
.infoDatailImageWrap_a {
	/*! background-color: #eee; */
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-bottom: 50px;
	border-radius: 10px;
	/*! border: 1px solid #EEE; */
	aspect-ratio: 10 / 6.2;
	width: 100%;
}
.infoDatailImageWrap_a img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	border: 1px solid #f1f1f1;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.infoDatailImageWrap_a {
		margin-bottom: 40px;
		border-radius: 7px;
		border: 0;
	}
	.infoDatailImageWrap_a img {
		object-fit: unset;
		height: auto;
		border-radius: 5px;
	}
}

/* // formBox_a
----------------------------------------------- */
.formBox_a {
	/*
	border: 7px solid #eaeaea;
	padding: 30px;
	width: 900px;
	margin: 0 auto;
	max-width: 100%;
	  */
}
/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.formBox_a {
		/*
		border: 4px solid #eaeaea;
		padding: 10px;
		width: 100%;
		  */
	}
}

/* // formBox_b
----------------------------------------------- */
.formBox_b {
	/*
  border: 7px solid #eaeaea;
  padding: 15px;
  margin: 0 auto;
  width: 100%;
  */
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.formBox_b {
		/*
    border: 4px solid #eaeaea;
    padding: 10px;
    width: 100%;
    */
	}
}

/* // satori__creative_container
----------------------------------------------- */
#satori__creative_container {
	text-align: left;
}
#satori__creative_container {
	text-align: left;
}

#satori__creative_container .satori__custom_form {
	background-color: transparent;
	border: 7px solid #eaeaea;
	padding: 30px;
}

#satori__creative_container input,
#satori__creative_container textarea,
#satori__creative_container select,
#satori__creative_container label,
.xxx {}
#satori__creative_container input,
#satori__creative_container textarea,
#satori__creative_container select {
	box-shadow: none;
	box-sizing: border-box;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background-color: #fff;
	border-color: #b7b6b6 !important;
}
#satori__creative_container input[type="button"] {
	background-color: var(--c1);
	max-width: 400px;
	width: 100%;
	font-size: 120%;
	padding: 19px 10px;
	color: #fff;
	text-align: center !important;
}

#satori__creative_container select:focus,
#satori__creative_container input:focus,
#satori__creative_container textarea:focus {
	background-color: #fffddb;
	border: 1px solid #0070e0;
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
}

#satori__creative_container input[type="text"],
#satori__creative_container input[type="tel"],
#satori__creative_container input[type="email"],
#satori__creative_container input[type="password"],
#satori__creative_container input[type="number"] {
	padding: 13px 6px;
	margin-right: 5px;
	border: 1px solid #c3c3c3;
}
#satori__creative_container input.l1[type="text"],
#satori__creative_container input.l1[type="tel"],
#satori__creative_container input.l1[type="email"],
#satori__creative_container input.l1[type="password"],
#satori__creative_container input.l1[type="number"] {
	padding: 8px;
	font-size: 108%;
}
#satori__creative_container input.l2[type="text"],
#satori__creative_container input.l2[type="tel"],
#satori__creative_container input.l2[type="email"],
#satori__creative_container input.l2[type="password"],
#satori__creative_container input.l2[type="number"] {
	padding: 10px;
	font-size: 116%;
}
#satori__creative_container select {
	padding: 10px 30px 10px 8px;
	background: #fff url(../img/base_form_selectB_06.png) right center no-repeat;
	outline: medium none;
	z-index: 1;
	border: 1px solid #c3c3c3;
	text-align: left;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	height: 47px;
	position: relative;
	width: 100%;
	max-width: 400px;
}

#satori__creative_container .satori__input_group {
	padding: 5px;
	margin-bottom: 11px;
}
#satori__creative_container .satori__message {
	padding: 0px;
	margin-bottom: 10px;
	text-align: left;
	line-height: 1.5;
}

#satori__creative_container label {
	font-size: 110%;
	font-weight: 500;
	padding-left: 5px;
	margin-bottom: 3px;
	color: #000;
}
#satori__creative_container label:before {
	content: "";
	display: inline-block;
	background-color: #222;
	vertical-align: middle;
	width: 2px;
	height: 21px;
	margin-right: 3px;
}

#satori__creative_container .satori__require {
	font-size: 11px;
	color: #fff;
	background-color: #ff456e;
	line-height: 1;
	padding: 3px 5px;
}
#satori__creative_container .satori__not_require {
	font-size: 11px;
	color: #fff;
	background-color: #4092d1;
	line-height: 1;
	padding: 3px 5px;
}
#satori__creative_container .satori__system_notes {
	font-size: 12px;
	color: #777;
	font-weight: 400;
	display: block;
}
#satori__creative_container .satori__error_messages {
	margin-top: 5px;
	line-height: 1.2;
	color: #f00;
	font-size: 13px;
	font-weight: 500;
}
#satori__creative_container .satori__error_messages span {
	display: inline-block;
	background-color: #f00;
	color: #fff;
	padding: 3px 5px;
	border-radius: 2px;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	#satori__creative_container {
		font-size: 15px;
	}
	#satori__creative_container .satori__custom_form {
		border: 0;
		padding: 0;
		width: 100%;
	}
	#satori__creative_container .satori__custom_form {
		border: 4px solid #eaeaea;
		padding: 15px;
	}
	#satori__creative_container label {
		font-size: 120%;
	}
}

/* // caseDetail_a
----------------------------------------------- */
.caseDetail_a {}

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

/* // caseHeader_a
----------------------------------------------- */
.caseHeader_a {
	margin-bottom: 60px;
	text-align: left;
}
/* solution */
.caseHeader_a .solution {
	margin-bottom: 25px;
	line-height: 1.5;
	display: inline-block;
	/*! border-radius: 4px; */
}
.caseHeader_a .solution .wrap {
	display: flex;
	display: -ms-flexbox;
	border: 2px solid var(--c1);
	border-radius: 3px;
}
.caseHeader_a .solution .label {
	background-color: var(--c1);
	color: #fff;
	padding: 2px 8px;
	font-size: 89%;
	font-weight: 500;
}
.caseHeader_a .solution .label .in {
	height: 100%;
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	-ms-align-items: center;
	justify-content: center;
	-ms-justify-content: center;
}
.caseHeader_a .solution .name {
	padding: 2px 10px;
	display: flex;
	display: -ms-flexbox;
}
.caseHeader_a .solution .name li {
	margin-right: 7px;
	padding-right: 7px;
	font-size: 10px;
	color: var(--c1);
	border-right: 1px solid var(--c1);
}
.caseHeader_a .solution .name li .tx1 {
	font-size: 14px;
	padding-left: 5px;
	font-weight: 500;
}
.caseHeader_a .solution .name li:last-of-type {
	margin-right: 0;
	padding-right: 0;
	border-right: 0;
}
/* solution */
.caseHeader_a .problem {
	margin-bottom: 33px;
	line-height: 1.5;
	display: flex;
	align-items: center;
	color: #000;
	overflow: hidden;
	padding: 10px 11px 9px;
	background-color: #f1f1f1;
	border-radius: 4px;
}
.caseHeader_a .problem .label {
	font-size: 21px;
	padding-right: 14px;
	margin-right: 6px;
	position: relative;
	line-height: 1.2;
	letter-spacing: ;
	white-space: nowrap;
	font-family: var(--ffEn1);
	font-weight: 600;
	position: relative;
	top: 2px;
}
.caseHeader_a .problem .label:after {}
.caseHeader_a .problem .label:first-letter {
	color: var(--c1);
}
.caseHeader_a .problem .contents {
	flex: 1;
	font-size: 104%;
	font-weight: 500;
}
/* title */
.caseHeader_a .title {
	text-align: center;
	position: relative;
	padding-bottom: 40px;
}
.caseHeader_a .title:after {
	content: " ";
	position: absolute;
	display: block;
	width: 100%;
	height: 1px;
	background-image: var(--grad1);
	right: 0px;
	top: 100%;
}

.caseHeader_a .title .text {
	display: inline-block;
	line-height: 1.4;
	font-size: 260%;
	font-weight: 710;
	text-align: left;
	padding: 0px 61px;
	position: relative;
}
.caseHeader_a .title .text:after {
	position: absolute;
	left: 0px;
	top: -14px;
	font-size: 135%;
	content: "\ea5a";
	font-family: iconfontA;
	color: var(--c1);
	opacity: 0.3;
}
.caseHeader_a .title .text:before {
	position: absolute;
	right: 0px;
	bottom: -14px;
	font-size: 135%;
	content: "\ea59";
	font-family: iconfontA;
	color: var(--c1);
	opacity: 0.3;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.caseHeader_a {
		margin-bottom: 42px;
	}
	/* solution */
	.caseHeader_a .solution {
		margin-bottom: 18px;
		display: inline-block;
	}
	.caseHeader_a .solution .wrap {
		display: block;
		border: 0;
	}
	.caseHeader_a .solution .label {
		padding: 3px 7px;
		font-size: 88%;
		display: inline-block;
	}
	.caseHeader_a .solution .label .in {}
	.caseHeader_a .solution .name {
		padding: 4px 5px;
		display: block;
		border: 2px solid var(--c1);
	}
	.caseHeader_a .solution .name li {
		margin-right: 0;
		padding-right: 0;
		font-size: 90%;
		border-right: 0;
		margin-bottom: 1px;
	}
	.caseHeader_a .solution .name li .tx1 {
		font-size: 120%;
		padding-left: 5px;
		font-weight: 500;
	}
	.caseHeader_a .solution .name li:last-of-type {
		margin-bottom: 0;
	}
	/* solution */
	.caseHeader_a .problem {
		margin-bottom: 20px;
		padding: 14px;
		display: block;
	}
	.caseHeader_a .problem .label {
		font-size: 140%;
		padding-right: 0;
		margin-right: 0;
		display: block;
		margin-bottom: 4px;
	}
	.caseHeader_a .problem .label:after {
		display: none;
	}
	.caseHeader_a .problem .label:first-letter {
		color: var(--c1);
	}
	.caseHeader_a .problem .contents {
		flex: auto;
		font-size: 92%;
	}
	/* title */
	.caseHeader_a .title {
		text-align: left;
		padding-bottom: 19px;
	}
	.caseHeader_a .title:after {}

	.caseHeader_a .title .text {
		font-size: 180%;
		text-align: left;
		padding: 0px;
		position: relative;
	}
	.caseHeader_a .title .text:after {
		display: none;
	}
	.caseHeader_a .title .text:before {
		display: none;
	}
}

/* // caseCompanyInfo_a
----------------------------------------------- */
.caseCompanyInfo_a {
	display: flex;
	display: -ms-flexbox;
}
.caseCompanyInfo_a .image {
	width: 50%;
}
.caseCompanyInfo_a .image img {
	width: 100%;
	border-radius: 6px;
}
.caseCompanyInfo_a .contents {
	flex: 1;
	padding-left: 30px;
}
.caseCompanyInfo_a .contents .title {
	position: relative;
	line-height: 100%;
	color: var(--c0);
	margin-bottom: 18px;
	font-weight: 600;
	font-size: 164%;
}
.caseCompanyInfo_a .contents .title:after {
	z-index: 5;
	content: " ";
	position: absolute;
	display: block;
	width: 108px;
	height: 70px;
	transform: skewX(-31deg) translateY(-50%);
	background: #f1f4f7;
	left: -23px;
	top: 50%;
	display: none;
}
.caseCompanyInfo_a .contents .title .text {
	position: relative;
	z-index: 10;
}
.caseCompanyInfo_a .contents .title:first-letter {
	color: var(--c1);
	display: block;
}
/* name */
.caseCompanyInfo_a .contents .name {
	line-height: 1.5;
	margin-bottom: 19px;
}
.caseCompanyInfo_a .contents .name .text {
	display: inline-block;
	background-color: var(--c1);
	padding: 5px 14px;
	font-size: 110%;
	color: #fff;
	font-weight: 500;
	border-radius: 3px;
}
/* type */
.caseCompanyInfo_a .contents .type {
	display: flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	line-height: 1.5;
}
.caseCompanyInfo_a .contents .type li {
	display: flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	align-items: center;
	-ms-align-items: center;
	margin-right: 10px;
}
.caseCompanyInfo_a .contents .type li:last-of-type {
	margin-right: 0;
}
.caseCompanyInfo_a .contents .type li {
	display: flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	margin-right: 25px;
}
.caseCompanyInfo_a .contents .type li .label {
	border: 1px solid var(--c1);
	padding: 1px 7px;
	color: var(--c1);
	margin-right: 9px;
	font-size: 98%;
}
.caseCompanyInfo_a .contents .description {
	margin-top: 30px;
	line-height: 190%;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.caseCompanyInfo_a {
		display: block;
	}
	.caseCompanyInfo_a .image {
		width: 100%;
		margin: 0 auto 13px;
	}
	.caseCompanyInfo_a .image img {
		width: 100%;
	}
	.caseCompanyInfo_a .contents {
		flex: auto;
		padding-left: 0;
		width: 100%;
		margin-top: 20px;
	}
	.caseCompanyInfo_a .contents .title {
		margin-bottom: 10px;
		font-size: 167%;
	}
	.caseCompanyInfo_a .contents .title:after {
		width: 96px;
		height: 62px;
		left: -25px;
	}
	.caseCompanyInfo_a .contents .title .text {}
	.caseCompanyInfo_a .contents .title:first-letter {
		display: block;
	}
	/* name */
	.caseCompanyInfo_a .contents .name {
		margin-bottom: 15px;
	}
	.caseCompanyInfo_a .contents .name .text {
		padding: 4px 11px;
	}
	/* type */
	.caseCompanyInfo_a .contents .type {
		display: block;
	}
	.caseCompanyInfo_a .contents .type li {
		display: flex;
		display: -ms-flexbox;
		flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		align-items: center;
		-ms-align-items: center;
		margin-right: 10px;
	}
	.caseCompanyInfo_a .contents .type li:last-of-type {
		margin-right: 0;
	}
	.caseCompanyInfo_a .contents .type li {
		display: block;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.caseCompanyInfo_a .contents .type li .label {
		padding: 1px 7px;
		margin-right: 9px;
		font-size: 98%;
	}
	.caseCompanyInfo_a .contents .description {
		margin-top: 20px;
	}
}

/* // caseEffectiveness_a
----------------------------------------------- */
.caseEffectiveness_a {
	margin-top: 50px;
}
.caseEffectiveness_a .title {
	margin-bottom: 41px;
}
.caseEffectiveness_a .items {
	display: grid;
	gap: 24px;
}
.caseEffectiveness_a .items li {
	position: relative;
	padding-left: 54px;
}
.caseEffectiveness_a .items li:before {
	content: "0";
	color: #fff;
	font-size: 26px;
	position: absolute;
	left: 0px;
	top: -8px;
	font-family: var(--ffEn1);
	font-weight: 700;
	padding-top: 4px;
	line-height: 100%;
	width: 40px;
	aspect-ratio: 10 / 10;
	border-radius: 100px;
	background-color: var(--c1);
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
}
.caseEffectiveness_a .items li:nth-of-type(1):before {
	content: "1";
}
.caseEffectiveness_a .items li:nth-of-type(2):before {
	content: "2";
}
.caseEffectiveness_a .items li:nth-of-type(3):before {
	content: "3";
}
.caseEffectiveness_a .items li:nth-of-type(4):before {
	content: "4";
}
.caseEffectiveness_a .items li:nth-of-type(5):before {
	content: "5";
}
.caseEffectiveness_a .items li:nth-of-type(6):before {
	content: "6";
}
.caseEffectiveness_a .items li:nth-of-type(7):before {
	content: "7";
}
.caseEffectiveness_a .items li:nth-of-type(8):before {
	content: "8";
}
.caseEffectiveness_a .items li:nth-of-type(9):before {
	content: "9";
}

.caseEffectiveness_a .items li:last-of-type {
	margin-bottom: 0;
}
.caseEffectiveness_a .items li .htx1 {
	margin-bottom: 8px;
	margin-top: -6px;
	font-weight: 700;
	font-size: 23px;
	line-height: 150%;
}
.caseEffectiveness_a .items li .description {
	font-size: 94%;
	line-height: 150%;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.caseEffectiveness_a {
		margin-top: 34px;
	}
	.caseEffectiveness_a .title {
		margin-bottom: 31px;
	}
	.caseEffectiveness_a .items {
		gap: 22px;
	}
	.caseEffectiveness_a .items li {
		padding-left: 36px;
	}
	.caseEffectiveness_a .items li:before {
		font-size: 23px;
		top: -6px;
		padding-top: 4px;
		width: 29px;
	}
	.caseEffectiveness_a .items li:last-of-type {
		margin-bottom: 0;
	}
	.caseEffectiveness_a .items li .htx1 {
		margin-bottom: 6px;
		margin-top: -5px;
		font-size: 19px;
		line-height: 140%;
	}
	.caseEffectiveness_a .items li .description {
		font-size: 87%;
		line-height: 160%;
	}
}

/* // personWrap_a
----------------------------------------------- */
.personWrap_a {
	/*! border: 8px solid var(--c1_2); */
	padding: 20px 27px 25px;
	background-color: #f8f8f8;
	border-radius: 6px;
}
.personWrap_a .htx {
	margin-bottom: 13px;
}
.personWrap_a .wrap1 {
	display: flex;
	display: -ms-flexbox;
}
.personWrap_a .image {
	width: 220px;
	height: 220px;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 4px;
}
.personWrap_a .contents {
	flex: 1;
	padding-left: 30px;
}
.personWrap_a .contents .title {
	line-height: 1.7;
	font-weight: 500;
	font-size: 140%;
	margin-bottom: 10px;
}
.personWrap_a .contents .name {
	line-height: 1.7;
	font-weight: 500;
	font-size: 117%;
	margin-bottom: 1px;
}
.personWrap_a .contents .division {
	line-height: 1.7;
	font-size: 95%;
	margin-bottom: 16px;
}
.personWrap_a .contents .description {
	line-height: 1.7;
	font-size: 100%;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.personWrap_a {
		border-width: 5px;
		padding: 10px 16px 15px;
	}
	.personWrap_a .htx {
		margin-bottom: 10px;
	}
	.personWrap_a .wrap1 {
		display: block;
	}
	.personWrap_a .image {
		width: 200px;
		height: 200px;
		margin: 0 auto 15px;
		border-radius: 6px;
	}
	.personWrap_a .contents {
		flex: auto;
		padding-left: 0px;
	}
	.personWrap_a .contents .title {
		line-height: 1.6;
		font-size: 140%;
		margin-bottom: 8px;
	}
	.personWrap_a .contents .name {
		font-size: 115%;
		margin-bottom: 1px;
	}
	.personWrap_a .contents .division {
		font-size: 94%;
		margin-bottom: 8px;
	}
	.personWrap_a .contents .description {}
}

/* // companayInfo_a
----------------------------------------------- */
.companayInfo_a {
	display: flex;
	flex-wrap: wrap;
}
.companayInfo_a .htx {
	width: 100%;
	margin-bottom: 13px;
}
.companayInfo_a .wrap1 {
	display: flex;
	width: 100%;
}
.companayInfo_a .image {
	width: 420px;
	margin-right: 30px;
}
.companayInfo_a .image img {
	width: 100%;
	border-radius: 6px;
}
.companayInfo_a .contents {
	flex: 1;
	font-size: 94%;
	line-height: 1.8;
}
.companayInfo_a .contents table {
	height: auto !important;
	border-top: 1px solid #ced3de;
}
.companayInfo_a .contents table tr {
	height: auto !important;
}
.companayInfo_a .contents table td {
	height: auto !important;
	width: auto !important;
	padding: 15px;
	border-bottom: 1px solid #ced3de;
}
.companayInfo_a .contents table td:first-of-type {
	width: 170px !important;
	font-weight: 500;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.companayInfo_a .htx {
		margin-bottom: 10px;
	}
	.companayInfo_a .wrap1 {
		display: block;
	}
	.companayInfo_a .image {
		width: 260px;
		margin: 0 auto 15px;
	}
	.companayInfo_a .contents {
		flex: auto;
		font-size: 94%;
		line-height: 1.8;
	}
}

/* // caseInterviewContentsWrap
----------------------------------------------- */
.caseInterviewContentsWrap {
	display: grid;
	gap: 60px;
}
.caseInterviewContentsWrap .toc {
	margin-bottom: 40px;
}
.caseInterviewContentsWrap .formBlock .title {
	background-image: var(--grad1);
	font-size: 30px;
	line-height: 150%;
	font-weight: 700;
	margin-bottom: 24px;
	padding: 8px 5px;
	text-align: center;
	color: #fff;
	text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.8);
	border-radius: 4px;
	letter-spacing: 5%;
	margin-top: 10px;
}
/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.caseInterviewContentsWrap {
		gap: 33px;
	}
	.caseInterviewContentsWrap .toc {
		margin-bottom: 35px;
	}
	.caseInterviewContentsWrap .formBlock .title {
		font-size: 20px;
		margin-bottom: 22px;
		padding: 7px 5px;
		border-radius: 3px;
		letter-spacing: 2%;
		margin-top: 8px;
	}
}

/* // solutionItems_a
----------------------------------------------- */
.solutionItems_a {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(3, 1fr);
}
.solutionItems_a .solutionItem {
	width: 100%;
	background-image: linear-gradient(45deg, var(--c1), var(--c2));
	border-radius: 16px;
}
.solutionItems_a .solutionItem > .wrap {
	display: flex;
	flex-wrap: wrap;
	background-color: #fff;
	height: 100%;
	position: relative;
	top: 0;
	left: 0;
	transition: 0.3s;
	overflow: hidden;
	align-items: flex-start;
	align-content: flex-start;
	border-radius: 15px;
	padding: 15px 17px;
}
.solutionItems_a._bo1 .solutionItem > .wrap {
	border: 1px solid var(--c1_2);
}
.solutionItems_a .solutionItem > .wrap::before {
	content: " ";
	display: block;
	width: 100%;
	height: 100%;
	background-image: var(--grad4);
	position: absolute;
	top: 0%;
	left: 0%;
	opacity: 0;
	transition: 0.3s;
}
.solutionItems_a .solutionItem > .wrap:hover::before {
	opacity: 1;
}
.solutionItems_a .solutionItem > .wrap:hover {
	top: -7px;
	left: -7px;
}
.solutionItems_a .solutionItem > .wrap:hover {
	opacity: 1;
}
.solutionItems_a .solutionItem > .wrap .contents {
	display: flex;
	gap: 10px;
	align-items: center;
	align-content: center;
	justify-content: center;
	flex-wrap: wrap;
	position: relative;
	z-index: 10;
	width: 100%;
}

.solutionItems_a .solutionItem > .wrap .contents .type {
	text-align: center;
}
.solutionItems_a .solutionItem > .wrap .contents .type .text {
	line-height: 130%;
	font-size: 89%;
	font-weight: 500;
	background-color: var(--c1);
	color: #fff;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.7);
	padding: 2px 9px;
	border-radius: 4px;
}

.solutionItems_a .solutionItem > .wrap .contents .logo {
	width: 100%;
	height: 54px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 127%;
	font-weight: 700;
	line-height: 126%;
	text-align: center;
}
.solutionItems_a .solutionItem > .wrap .contents .logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	opacity: 1 !important;
}
.solutionItems_a .solutionItem > .wrap .contents .catch1 {
	font-size: 100%;
	line-height: 150%;
	text-align: center;
	font-weight: 500;
}
.solutionItems_a .solutionItem > .wrap .contents .description {
	font-size: 94%;
	line-height: 150%;
	text-align: center;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.solutionItems_a {
		display: grid;
		gap: 10px;
		grid-template-columns: none;
		padding: 0px 10px;
	}
	.solutionItems_a .solutionItem {
		border-radius: 11px;
	}
	.solutionItems_a .solutionItem > .wrap {
		border-radius: 10px;
		padding: 10px 10px;
	}
	.solutionItems_a .solutionItem > .wrap .contents {
		gap: 7px;
	}
	.solutionItems_a .solutionItem > .wrap .contents .type .text {
		font-size: 82%;
		padding: 2px 6px;
		border-radius: 3px;
	}
	.solutionItems_a .solutionItem > .wrap .contents .logo {
		height: 45px;
		display: flex;
		font-size: 116%;
	}
	.solutionItems_a .solutionItem > .wrap .contents .description {
		font-size: 90%;
	}
}

/* // solutionItems_b
----------------------------------------------- */
.solutionItems_b {
	display: grid;
	gap: 16px;
}
.solutionItems_b .solutionItem {
	width: 100%;
	background-image: linear-gradient(45deg, var(--c1), var(--c2));
	border-radius: 8px;
}
.solutionItems_b .solutionItem > .wrap {
	display: flex;
	flex-wrap: wrap;
	background-color: #fff;
	height: 100%;
	position: relative;
	top: 0;
	left: 0;
	transition: 0.3s;
	overflow: hidden;
	align-items: center;
	align-content: center;
	border-radius: 8px;
	padding: 15px 17px;
	border: 5px solid var(--c1_2);
}

.solutionItems_b .solutionItem > .wrap::before {
	content: " ";
	display: block;
	width: 100%;
	height: 100%;
	background-image: var(--grad4);
	position: absolute;
	top: 0%;
	left: 0%;
	opacity: 0;
	transition: 0.3s;
}
.solutionItems_b .solutionItem > .wrap:hover::before {
	opacity: 1;
}
.solutionItems_b .solutionItem > .wrap:hover {
	top: -7px;
	left: -7px;
}
.solutionItems_b .solutionItem > .wrap:hover {
	opacity: 1;
}

.solutionItems_b .solutionItem > .wrap .logo {
	width: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 127%;
	font-weight: 700;
	line-height: 126%;
	text-align: center;
	margin-right: 20px;
}
.solutionItems_b .solutionItem > .wrap .logo img {
	width: 70%;
	height: 100%;
	object-fit: contain;
	opacity: 1 !important;
}
.solutionItems_b .solutionItem > .wrap .contents {
	flex: 1;
	display: grid;
	gap: 10px;
	position: relative;
	z-index: 10;
}

.solutionItems_b .solutionItem > .wrap .contents .type {
	text-align: ;
}
.solutionItems_b .solutionItem > .wrap .contents .type .text {
	line-height: 130%;
	font-size: 110%;
	font-weight: 500;
	background-color: var(--c1);
	color: #fff;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.7);
	padding: 2px 10px;
	border-radius: 4px;
}
.solutionItems_b .solutionItem > .wrap .contents .catch1 {
	font-size: 121%;
	line-height: 150%;
	font-weight: 500;
	color: var(--c1);
}
.solutionItems_b .solutionItem > .wrap .contents .description {
	font-size: 92%;
	line-height: 170%;
}
.solutionItems_b .solutionItem > .wrap .contents .description br {
	display: none;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.solutionItems_b {
		gap: 14px;
	}
	.solutionItems_b .solutionItem > .wrap {
		display: grid;
		padding: 13px 14px;
		border: 4px solid var(--c1_2);
	}

	.solutionItems_b .solutionItem > .wrap::before {
		display: none;
	}
	.solutionItems_b .solutionItem > .wrap:hover {
		top: 0;
		left: 0;
	}

	.solutionItems_b .solutionItem > .wrap .logo {
		width: 100%;
		font-size: 127%;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.solutionItems_b .solutionItem > .wrap .logo img {
		width: 70%;
	}
	.solutionItems_b .solutionItem > .wrap .contents {
		gap: 5px;
	}

	.solutionItems_b .solutionItem > .wrap .contents .type {
		text-align: left;
	}
	.solutionItems_b .solutionItem > .wrap .contents .type .text {
		font-size: 107%;
		padding: 2px 3px;
		border-radius: 3px;
	}
	.solutionItems_b .solutionItem > .wrap .contents .catch1 {
		font-size: 115%;
	}
	.solutionItems_b .solutionItem > .wrap .contents .description {
		font-size: 88%;
	}
	.solutionItems_b .solutionItem > .wrap .contents .description br {
		display: none;
	}
}

/* // solutionMapIndexWrap_a
----------------------------------------------- */
.solutionMapIndexWrap_a {
	padding: 0px var(--box_margin_1);
	margin-bottom: 60px;
	width: 100%;
	margin-top: 40px;
}
.solutionMapIndexWrap_a > .frame {
	border-radius: var(--rad1);
	background: url(../img/solution_map_bg_01.jpg) no-repeat center center / cover;
}
.solutionMapIndexWrap_a .copyText {
	font-size: 180%;
	line-height: 150%;
	font-weight: 800;
	margin-bottom: 40px;
	position: relative;
	padding-left: 84px;
}
.solutionMapIndexWrap_a .copyText .pin {
	width: 56px;
	height: auto;
	position: absolute;
	top: 50%;
	left: 0px;
	transform: translateY(-50%);
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.solutionMapIndexWrap_a {
		margin-top: 20px;
		padding: 0px var(--box_margin_1_sp);
		margin-bottom: var(--box_margin_1_sp);
	}
	.solutionMapIndexWrap_a > .frame {
		border-radius: var(--rad1_sp);
		padding: 35px 0px;
	}
	.solutionMapIndexWrap_a .copyText {
		font-size: 139%;
		margin-bottom: 24px;
		padding-left: 55px;
	}
	.solutionMapIndexWrap_a .copyText br {
		display: none;
	}
	.solutionMapIndexWrap_a .copyText .pin {
		width: 42px;
	}
}

/* // solutionMapIndex_a
----------------------------------------------- */
.solutionMapIndex_a {
	display: grid;
	gap: 31px 32px;
	grid-template-columns: repeat(4, 1fr);
}
.solutionMapIndex_a .wrap:hover {
	opacity: 85%;
}
.solutionMapIndex_a .wrap .image {
	width: 100%;
	aspect-ratio: 490 / 260;
	overflow: hidden;
	border-radius: 7px;
}
.solutionMapIndex_a .wrap .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.4s;
}
.solutionMapIndex_a .wrap:hover .image img {
	transform: scale(1.06, 1.06);
}
.solutionMapIndex_a .wrap .text {
	margin-top: 10px;
	font-size: 114%;
	line-height: 150%;
	font-weight: 600;
	position: relative;
	display: inline-block;
}
.solutionMapIndex_a .wrap .text:after {
	position: absolute;
	left: calc(100% + 19px);
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	aspect-ratio: 10 / 10;
	border-radius: 100px;
	background-image: var(--grad1);
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: iconfontA;
	content: "\ebd6";
	line-height: 1;
	font-size: 9px;
	color: #fff;
}
/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.solutionMapIndex_a {
		gap: 10px 8px;
		grid-template-columns: repeat(2, 1fr);
	}
	.solutionMapIndex_a .wrap .image {
		border-radius: 4px;
	}
	.solutionMapIndex_a .wrap .image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		transition: 0.4s;
	}
	.solutionMapIndex_a .wrap:hover .image img {
		transform: scale(1.06, 1.06);
	}
	.solutionMapIndex_a .wrap .text {
		margin-top: 9px;
		font-size: 87%;
		line-height: 141%;
	}
	.solutionMapIndex_a .wrap .text:after {
		left: calc(100% + 12px);
		width: 15px;
		font-size: 7px;
	}
}

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

/* _link */
.contentsIndex_a > .item._link {
	overflow: visible;
}
.contentsIndex_a > .item._link::before {
	content: " ";
	display: block;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(45deg, var(--c1), var(--c2));
	position: absolute;
	top: 0%;
	left: 0%;
	opacity: 1;
	transition: 0.3s;
	border-radius: 11px;
}
.contentsIndex_a > .item._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 > .item._link > .linkWrap::before {
	content: " ";
	display: block;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(45deg, var(--c1), var(--c2));
	position: absolute;
	top: 0%;
	left: 0%;
	opacity: 0;
	transition: 0.3s;
}
.contentsIndex_a > .item._link > .linkWrap:hover {
	top: -7px;
	left: -7px;
}
.contentsIndex_a > .item._link > .linkWrap:hover::before {
	opacity: 0.08;
}
.contentsIndex_a > .item._link > .linkWrap:hover img {
	opacity: 1;
	transform: scale(1.06, 1.06);
}
.contentsIndex_a > .item._link > .linkWrap .contentsWrap .title {
	color: var(--c1);
}
.contentsIndex_a > .item._link > .linkWrap .contentsWrap .title .tx {
	position: relative;
}
.contentsIndex_a > .item._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 > .item {
		border-radius: 8px;
		grid-column: span 1 !important;
	}
	.contentsIndex_a > .item .image {
		height: 130px !important;
	}
	.contentsIndex_a > .item .contentsWrap {
		padding: 17px 17px;
	}
	.contentsIndex_a > .item .contentsWrap .title {
		font-size: 115%;
		margin-bottom: 8px;
	}
	.contentsIndex_a > .item .contentsWrap .description {
		font-size: 92%;
		line-height: 170%;
	}

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

/* // contentsNavi_a
----------------------------------------------- */
.contentsNavi_a {}
.contentsNavi_a .contentsTitle {
	color: var(--c1);
	font-size: 123%;
	line-height: 140%;
	font-weight: 700;
	margin-bottom: 20px;
}
.contentsNavi_a .navi {
	line-height: 1;
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(4, 1fr);
}
.contentsNavi_a .navi .link {
	background-color: #fff;
	border-radius: 4px;
	display: flex;
	align-items: center;
	height: 56px;
	padding: 5px 30px 5px 15px;
	position: relative;
}
.contentsNavi_a .navi .link .tx {
	font-size: 100%;
	line-height: 120%;
	font-weight: 500;
	color: var(--c1);
}
.contentsNavi_a .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_a .navi .children2 {
	display: none !important;
}
/* current */
.contentsNavi_a .navi .current .link {
	background-color: var(--c1);
	opacity: 1 !important;
	cursor: default;
}
.contentsNavi_a .navi .current .link .tx {
	color: #fff;
}
.contentsNavi_a .navi .current .link:after {
	display: none;
}

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

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

.contentsNavi_b .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_b .navi .children2 > .item {
	margin-bottom: 8px;
}
.contentsNavi_b .navi .children2 > .item:last-of-type {
	margin-bottom: 0;
}
.contentsNavi_b .navi .children2 > .item > .link {
	font-size: 84%;
	line-height: 100%;
	padding: 4px 1px;
}
.contentsNavi_b .navi .children2 > .item.current > .link {
	cursor: default;
	color: var(--c1);
	font-weight: 500;
	position: relative;
}
.contentsNavi_b .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_b {
		display: none;
	}
}

/* // contentsNavi_c
----------------------------------------------- */
.contentsNavi_c {
	padding: 0px var(--box_margin_1);
	margin-bottom: 80px;
	width: 100%;
}
.contentsNavi_c .navi {
	display: flex;
	gap: 5px;
	align-content: center;
	flex-wrap: wrap;
	line-height: 1;
}
.contentsNavi_c .navi .link {
	padding: 12px 19px;
	background-color: #eaeaea;
	font-size: 91%;
	border-radius: 4px;
	color: var(--c0);
}
.contentsNavi_c .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_c {
		display: none;
	}
}

/* // contentsNavi_d
----------------------------------------------- */
.contentsNavi_d {
	padding: 0px var(--box_margin_1);
	margin-bottom: var(--box_margin_2);
	width: 100%;
}
.contentsNavi_d > .frame {
	background-color: #ededed;
	border-radius: var(--rad1);
	padding: 50px 0px;
}
.contentsNavi_d > .frame > .inner {
	display: flex;
	align-items: flex-start;
}
.contentsNavi_d .title {
	width: 240px;
	display: flex;
	flex-wrap: wrap;
}
.contentsNavi_d .title .parent1 {
	font-size: 95%;
	line-height: 100%;
	font-weight: 600;
	margin-bottom: 10px;
	display: block;
	width: 100%;
}
.contentsNavi_d .title .parent2 {
	font-size: 170%;
	line-height: 130%;
	font-weight: 700;
}
.contentsNavi_d .navi {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(3, 1fr);
	flex: 1;
}
.contentsNavi_d .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_d .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_d .navi .link::after {
	content: " ";
	display: block;
	width: 100%;
	height: 1px;
	background: var(--grad1);
	position: absolute;
	bottom: 0;
	left: 0px;
}

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

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

/* // companyTopAbout
----------------------------------------------- */
.companyTopAbout .title {
	font-size: 142%;
	line-height: 100%;
	font-weight: 600;
	margin-bottom: 21px;
}
.companyTopAbout .title .tx {
	display: inline-block;
	background-color: var(--c1);
	color: #fff;
	padding: 7px 17px;
	border-radius: 4px;
}
.companyTopAbout .contentsWrap {
	display: flex;
	justify-content: space-between;
}
.companyTopAbout .contentsWrap .htx1 {
	font-size: 310%;
	line-height: 150%;
	font-weight: 800;
}
.companyTopAbout .contentsWrap .htx1 ._1 {
	margin-left: -20px;
}
.companyTopAbout .contentsWrap .description {
	font-size: 100%;
	line-height: 240%;
}
/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.companyTopAbout .title {
		font-size: 122%;
		margin-bottom: 15px;
	}
	.companyTopAbout .title .tx {
		padding: 6px 12px;
		border-radius: 3px;
	}
	.companyTopAbout .contentsWrap {
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
		gap: 20px;
	}
	.companyTopAbout .contentsWrap .htx1 {
		font-size: 197%;
		line-height: 149%;
	}
	.companyTopAbout .contentsWrap .htx1 ._1 {
		margin-left: -15px;
	}
	.companyTopAbout .contentsWrap .description {
		font-size: 96%;
		line-height: 200%;
	}
}

/* // recruitIndex_a
----------------------------------------------- */
.recruitIndex_a .htx1 {
	font-size: 220%;
	line-height: 142%;
	font-weight: 700;
	margin-bottom: 30px;
}
.recruitIndex_a .contentsNavi {
	display: grid;
	gap: 45px;
	grid-template-columns: repeat(2, 1fr);
}
.recruitIndex_a .contentsNavi .link {}
.recruitIndex_a .contentsNavi .link .image {
	width: 100%;
	aspect-ratio: 10 / 6;
	overflow: hidden;
	border-radius: 10px;
}
.recruitIndex_a .contentsNavi .link .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.3s;
}
.recruitIndex_a .contentsNavi .link:hover .image img {
	transform: scale(1.06, 1.06);
}
.recruitIndex_a .contentsNavi .link .label {
	margin-top: 13px;
}
.recruitIndex_a .contentsNavi .link .label .tx {
	display: inline-block;
	position: relative;
	font-size: 127%;
	font-weight: 500;
	color: var(--c1);
	line-height: 1;
}
.recruitIndex_a .contentsNavi .link .label .tx:after {
	font-family: iconfontA;
	content: "\ebae";
	font-size: 10px;
	width: 19px;
	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: 54%;
	transform: translateY(-50%);
	left: calc(100% + 15px);
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.recruitIndex_a .htx1 {
		font-size: 146%;
		line-height: 142%;
		margin-bottom: 25px;
	}
	.recruitIndex_a .contentsNavi {
		gap: 25px;
		grid-template-columns: repeat(1, 1fr);
	}
	.recruitIndex_a .contentsNavi .link {}
	.recruitIndex_a .contentsNavi .link .image {
		aspect-ratio: 10 / 5.5;
		border-radius: 8px;
	}
	.recruitIndex_a .contentsNavi .link .image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		transition: 0.3s;
	}
	.recruitIndex_a .contentsNavi .link:hover .image img {
		transform: scale(1.06, 1.06);
	}
	.recruitIndex_a .contentsNavi .link .label {
		margin-top: 9px;
	}
	.recruitIndex_a .contentsNavi .link .label .tx {
		font-size: 116%;
	}
	.recruitIndex_a .contentsNavi .link .label .tx:after {
		font-size: 8px;
		width: 17px;
		top: 54%;
		left: calc(100% + 12px);
	}
}

/* // cotentsBoxsWrap_a
----------------------------------------------- */
.cotentsBoxsWrap_a {
	display: grid;
	gap: 50px;
}

.cotentsBoxsWrap_a .boxItem {
	position: relative;
}
.cotentsBoxsWrap_a .boxItem:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	transform: translate(7px, 7px);
	background-image: linear-gradient(45deg, var(--c1), var(--c2));
	border-radius: var(--rad2);
	z-index: 5;
}

.cotentsBoxsWrap_a .boxItem > .innerBox {
	background-color: #fff;
	border-radius: var(--rad2);
	z-index: 10;
	position: relative;
	padding: 50px;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.cotentsBoxsWrap_a {
		gap: 40px;
	}

	.cotentsBoxsWrap_a .boxItem {}
	.cotentsBoxsWrap_a .boxItem:before {
		transform: translate(3px, 3px);
		border-radius: var(--rad1_sp);
	}

	.cotentsBoxsWrap_a .boxItem > .innerBox {
		border-radius: var(--rad_sp);
		padding: 25px 15px;
	}
}

/* // philosophyContents
----------------------------------------------- */
.philosophyContents .contentsItem .title {
	margin-bottom: 40px;
	color: var(--c1);
}
.philosophyContents .contentsItem .title .en {
	font-size: 60px;
	line-height: 130%;
	font-weight: 700;
	display: block;
	text-align: center;
	font-family: var(--ffEn1);
}
.philosophyContents .contentsItem .title .ja {
	margin-top: 4px;
	font-size: 20px;
	line-height: 130%;
	font-weight: 600;
	display: block;
	text-align: center;
}

.philosophyContents .contentsItem .catch1 {
	font-size: 34px;
	line-height: 140%;
	font-weight: 800;
	display: block;
	text-align: center;
	margin-bottom: 32px;
}
.philosophyContents .contentsItem .catch1 .en {
	display: block;
	text-align: center;
	font-family: var(--ffEn1);
	font-size: 96%;
	margin-top: 22px;
}
.philosophyContents .contentsItem .text1 {
	font-size: 115%;
	line-height: 230%;
	font-weight: 500;
	display: block;
	text-align: center;
}

.philosophyContents .contentsItem .blockWrap1 {
	display: grid;
	gap: 50px;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.philosophyContents .contentsItem .title {
		margin-bottom: 33px;
		margin-top: 10px;
	}
	.philosophyContents .contentsItem .title .en {
		font-size: 40px;
		line-height: 110%;
	}
	.philosophyContents .contentsItem .title .ja {
		margin-top: 3px;
		font-size: 15px;
		font-weight: 600;
	}

	.philosophyContents .contentsItem .catch1 {
		font-size: 21px;
		line-height: 150%;
		margin-bottom: 22px;
	}
	.philosophyContents .contentsItem .text1 {
		font-size: 104%;
		line-height: 214%;
	}

	.philosophyContents .contentsItem .blockWrap1 {
		display: grid;
		gap: 50px;
	}
}

/* // whistleblowingBlock_a
----------------------------------------------- */
.whistleblowingBlock_a {
	display: grid;
	gap: 40px;
}
/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.whistleblowingBlock_a {
		gap: 25px;
	}
}

/* // aboutContents
----------------------------------------------- */
.aboutContents .contentsItem {
	text-align: center;
}
.aboutContents .contentsItem .title {
	display: flex;
	align-items: flex-end;
	margin-bottom: 30px;
}
.aboutContents .contentsItem .title .num {
	font-size: 110px;
	font-family: var(--ffEn1);
	color: var(--c1);
	line-height: 60%;
	position: relative;
	top: 0;
	width: 150px;
	font-weight: 700;
}
.aboutContents .contentsItem .title .text {
	flex: 1;
	font-size: 320%;
	line-height: 130%;
	font-weight: 800;
}
.aboutContents .contentsItem .catch1 {
	margin-bottom: 30px;
	display: inline-block;
	position: relative;
}
.aboutContents .contentsItem .catch1::before,
.aboutContents .contentsItem .catch1::after {
	content: " ";
	display: block;
	width: 60px;
	aspect-ratio: 10 / 10;
	position: absolute;
	top: 0px;
	left: 0px;
	border-color: var(--c1);
	border-style: solid;
	border-width: 1px 0 0 1px;
}
.aboutContents .contentsItem .catch1::after {
	transform: translate(-6px, 6px);
}
.aboutContents .contentsItem .catch1 .inner {
	display: block;
	font-size: 206%;
	line-height: 140%;
	font-weight: 800;
	padding: 18px 27px;
}
.aboutContents .contentsItem .catch1 .inner::before,
.aboutContents .contentsItem .catch1 .inner::after {
	content: " ";
	display: block;
	width: 60px;
	aspect-ratio: 10 / 10;
	position: absolute;
	right: 0px;
	bottom: 0px;
	border-color: var(--c1);
	border-style: solid;
	border-width: 0 1px 1px 0;
}
.aboutContents .contentsItem .catch1 .inner::after {
	transform: translate(-6px, 6px);
}

.aboutContents .contentsItem .block1 {
	display: grid;
	gap: 50px;
	grid-template-columns: repeat(2, 1fr);
}
.aboutContents .contentsItem .image1 {
	border-radius: 10px;
}
.aboutContents .contentsItem .image2 {
	width: 450px;
	margin-top: 20px;
}

.aboutContents .contentsItem .block2 {
	display: flex;
	flex-wrap: wrap;
	gap: 25px;
}
.aboutContents .contentsItem .block2 .item {
	width: 100%;
	border-bottom: 1px dotted #d2d2d2;
	padding-bottom: 25px;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.aboutContents .contentsItem .block2 .item:last-of-type {
	border-bottom: 0;
	padding-bottom: 0;
}
.aboutContents .contentsItem .block2 .item .htx {
	width: 350px;
}
.aboutContents .contentsItem .block2._1 .item .htx {
	width: 250px;
}
.aboutContents .contentsItem .block2 .item .description {
	flex: 1;
}

.aboutContents .contentsItem .logs1 {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(4, 1fr);
	margin-top: 20px;
}
.aboutContents .contentsItem .logs1 li {
	display: flex;
	gap: 1px;
	align-content: center;
	justify-content: center;
	flex-wrap: wrap;
	border: 1px solid #ddd;
	border-radius: 4px;
	height: 70px;
	line-height: 1;
}
.aboutContents .contentsItem .logs1 li img {
	height: 39px;
	width: auto;
}
.aboutContents .contentsItem .logs1 li .text {
	font-size: 79%;
	width: 100%;
	text-align: center;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.aboutContents .contentsItem {
		text-align: left;
		line-height: 175%;
	}
	.aboutContents .contentsItem .title {
		margin-bottom: 20px;
		align-items: flex-start;
	}
	.aboutContents .contentsItem .title .num {
		font-size: 55px;
		line-height: 80%;
		width: 70px;
		font-weight: 700;
	}
	.aboutContents .contentsItem .title .text {
		font-size: 199%;
		line-height: 120%;
	}
	.aboutContents .contentsItem .title .text br {
		display: none;
	}
	.aboutContents .contentsItem .catch1 {
		margin-bottom: 24px;
		display: block;
	}
	.aboutContents .contentsItem .catch1::before,
	.aboutContents .contentsItem .catch1::after {
		display: none;
	}
	.aboutContents .contentsItem .catch1 .inner {
		font-size: 155%;
		line-height: 137%;
		padding: 0px 0;
	}
	.aboutContents .contentsItem .catch1 .inner::before,
	.aboutContents .contentsItem .catch1 .inner::after {
		display: none;
	}

	.aboutContents .contentsItem .block1 {
		gap: 15px;
		grid-template-columns: none;
	}
	.aboutContents .contentsItem .image1 {
		border-radius: 8px;
	}
	.aboutContents .contentsItem .image2 {
		width: 100%;
		margin-top: 0px;
	}

	.aboutContents .contentsItem .block2 {
		gap: 20px;
	}
	.aboutContents .contentsItem .block2 .item {
		padding-bottom: 20px;
	}
	.aboutContents .contentsItem .block2 .item:last-of-type {
		border-bottom: 0;
		padding-bottom: 0;
	}
	.aboutContents .contentsItem .block2 .item .htx {
		width: 100%;
		margin-bottom: 10px;
	}
	.aboutContents .contentsItem .block2._1 .item .htx {
		width: 250px;
	}
	.aboutContents .contentsItem .block2 .item .description {
		flex: auto;
		width: 100%;
		font-size: 96%;
		line-height: 180%;
	}

	.aboutContents .contentsItem .logs1 {
		gap: 6px;
		grid-template-columns: repeat(2, 1fr);
		margin-top: 17px;
	}
	.aboutContents .contentsItem .logs1 li {
		gap: 3px;
		border-radius: 4px;
		height: 70px;
		padding: 0px 5px;
	}
	.aboutContents .contentsItem .logs1 li img {
		height: 32px;
		width: auto;
	}
	.aboutContents .contentsItem .logs1 li .text {
		font-size: 75%;
		line-height: 130%;
	}
}

/* // irTopTopic_a
----------------------------------------------- */
.irTopTopic_a {
	display: grid;
	gap: 25px;
}
.irTopTopic_a .topicItem > .inner {
	padding: 20px 40px;
	display: flex;
	gap: 9px 10px;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	position: relative;
}
.irTopTopic_a .topicItem .title {
	width: 100%;
	margin-bottom: 0px;
}
.irTopTopic_a .topicItem .description {
	flex: 1;
	line-height: 150%;
}
.irTopTopic_a .topicItem .btn {
	width: 340px;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.irTopTopic_a {
		gap: 18px;
	}
	.irTopTopic_a .topicItem > .inner {
		padding: 15px 15px;
		gap: 7px 0;
	}
	.irTopTopic_a .topicItem .title {}
	.irTopTopic_a .topicItem .description {
		flex: auto;
		line-height: 152%;
		font-size: 98%;
	}
	.irTopTopic_a .topicItem .btn {
		width: 100%;
		margin-top: 2px;
	}
}

/* // linkList_a
----------------------------------------------- */
.linkList_a {
	line-height: 150%;
	display: grid;
	gap: 11px;
	font-size: 96%;
}
.linkList_a .link {
	display: flex;
	gap: 10px;
	align-items: flex-start;
	justify-content: flex-start;
}
.linkList_a .link .text {
	display: inline-block;
	position: relative;
	color: var(--c0);
}
.linkList_a .link::after {
	width: 16px;
	aspect-ratio: 10 / 10;
	border-radius: 100px;
	background-color: var(--c1);
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: iconfontA;
	content: "\ebda";
	line-height: 1;
	font-size: 8px;
	color: #fff;
	position: relative;
	top: 3px;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.linkList_a {
		gap: 9px;
		font-size: 94%;
	}
	.linkList_a .link {
		gap: 8px;
	}
	.linkList_a .link .text {}
	.linkList_a .link::after {
		width: 15px;
		font-size: 7px;
		top: 4px;
	}
}

/* // canvasContents
----------------------------------------------- */
.canvasContents {
	display: flex;
	align-items: flex-start;
	gap: 40px;
}
.canvasContents .image {
	flex: 1;
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 70px 40px;
	line-height: 1;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
}
.canvasContents .description {
	width: 50%;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.canvasContents {
		gap: 30px;
		grid-template-columns: none;
	}
	.canvasContents .image {
		width: 100%;
		flex: auto;
		padding: 35px 25px;
	}
	.canvasContents .description {
		width: 100%;
	}
}

/* // searchResultTx_a
----------------------------------------------- */
.searchResultTx_a {
	line-height: 1;
	margin-top: 40px;
	margin-bottom: 30px;
	font-size: 100%;
	font-weight: 500;
}
.searchResultTx_a .num {
	font-size: 140%;
	padding: 0 6px;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.searchResultTx_a {
		margin-top: 30px;
		margin-bottom: 22px;
		font-size: 115%;
	}
	.searchResultTx_a .num {
		font-size: 130%;
		padding: 0 4px;
	}
}

/* // downloadItems_a
----------------------------------------------- */
.downloadItems_a {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(3, 1fr);
}
.downloadItems_a .downloadItem {
	width: 100%;
	background-image: linear-gradient(45deg, var(--c1), var(--c2));
	border-radius: 16px;
}
.downloadItems_a .downloadItem > .wrap {
	background-color: #fff;
	height: 100%;
	position: relative;
	top: 0;
	left: 0;
	transition: 0.3s;
	overflow: hidden;
	border-radius: 15px;
	width: 100%;
}
.downloadItems_a .downloadItem > .wrap::before {
	content: " ";
	display: block;
	width: 100%;
	height: 100%;
	background-image: var(--grad4);
	position: absolute;
	top: 0%;
	left: 0%;
	opacity: 0;
	transition: 0.3s;
}
.downloadItems_a .downloadItem > .wrap:hover::before {
	opacity: 1;
}
.downloadItems_a .downloadItem > .wrap:hover {
	top: -7px;
	left: -7px;
	opacity: 1;
}
.downloadItems_a .downloadItem .image {
	display: block;
	position: relative;
	/*! overflow: hidden; */
	z-index: 10;
	aspect-ratio: 10 / 7;
	height: 250px;
	padding: 15px 25px 25px;
	margin: 0 auto;
}
.downloadItems_a .downloadItem .image.landscape {}
.downloadItems_a .downloadItem .image img {
	width: auto;
	height: 80%;
	object-fit: contain;
	transition: 0.3s;
	border-radius: 6px;
	box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.1);
	object-position: bottom center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.downloadItems_a .downloadItem .image.landscape img {
	width: 70%;
	height: auto;
}

.downloadItems_a .downloadItem:hover .image img {
	opacity: 1;
}
.downloadItems_a .downloadItem .contentsWrap {
	width: 100%;
	position: relative;
	padding: 5px 20px 15px;
}
.downloadItems_a .downloadItem .contentsWrap .category {
	line-height: 1;
	margin-bottom: 9px;
}
.downloadItems_a .downloadItem .contentsWrap .category > .in {
	display: inline-block;
	line-height: 1;
	color: #fff;
	background-color: var(--c0_hover_1);
	font-size: 87%;
	padding: 5px 12px 5px 7px;
	border-radius: 0 20px 20px 0;
}
.downloadItems_a .downloadItem .contentsWrap .title {
	line-height: 148%;
	font-size: 131%;
	font-weight: 600;
}
.downloadItems_a .downloadItem .contentsWrap .title br {
	display: none !important;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.downloadItems_a {
		display: flex;
		flex-wrap: wrap;
		width: 90%;
		margin: 0 auto;
	}
	.downloadItems_a .downloadItem {
		border-radius: 11px;
	}
	.downloadItems_a .downloadItem > .wrap {
		border-radius: 10px;
	}
	.downloadItems_a .downloadItem .image {
		aspect-ratio: 10 / 7;
		height: 200px;
		padding: 10px 15px 20px;
	}
	.downloadItems_a .downloadItem .image img {
		border-radius: 6px;
		box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
	}
	.downloadItems_a .downloadItem .contentsWrap {
		padding: 5px 13px 10px;
	}
	.downloadItems_a .downloadItem .contentsWrap .category {
		margin-bottom: 7px;
	}
	.downloadItems_a .downloadItem .contentsWrap .category > .in {
		font-size: 80%;
		padding: 5px 12px 5px 7px;
	}
	.downloadItems_a .downloadItem .contentsWrap .title {
		line-height: 143%;
		font-size: 110%;
	}
}

/* // solutionHeader_a
----------------------------------------------- */
.solutionHeader_a {
	margin-bottom: 30px;
	display: flex;
	gap: 0 30px;
	justify-content: center;
	/*! padding: 40px 40px; */
	flex-wrap: wrap;
}
.solutionHeader_a .inner {
	display: flex;
	gap: 30px;
	justify-content: center;
}

.solutionHeader_a .logoWrap {
	width: 300px;
	/*! flex: 1; */
}
.solutionHeader_a .logoWrap .type {
	text-align: center;
}
.solutionHeader_a .logoWrap .type .in {
	line-height: 140%;
	font-size: 99%;
	display: inline-block;
	padding: 3px 8px;
	border: 2px solid var(--c1);
	border-radius: 3px;
	color: var(--c1);
	font-weight: 500;
}
.solutionHeader_a .logo {
	margin-top: 10px;
	text-align: center;
	font-size: 220%;
	font-weight: 720;
	line-height: 120%;
	height: 70px;
	width: 100%;
}
.solutionHeader_a .logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.solutionHeader_a .contents {
	flex: 1;
}
.solutionHeader_a .contents .htx1 {
	font-size: 160%;
	line-height: 150%;
	font-weight: 700;
	margin-bottom: 13px;
}
.solutionHeader_a .contents .tx1 {
	font-size: 100%;
	line-height: 190%;
}
.solutionHeader_a .contents .tx1 {
	font-size: 100%;
	line-height: 190%;
}

.solutionHeader_a_cvWrap {
	width: 100%;
	position: relative;
	padding-top: 75px;
}
.solutionHeader_a_cvWrap:before {
	content: " ";
	display: block;
	width: 80%;
	height: 1px;
	background-image: var(--grad1);
	position: absolute;
	top: 35px;
	left: 50%;
	transform: translate(-50%, -50%);
}

.solutionHeader_a_cvWrap p {
	text-align: center !important;;
}
.solutionHeader_a_cvWrap .htx1 {
	font-size: 24px;
	line-height: 150%;
	font-weight: 700;
	margin-bottom: 16px;
	text-align: center !important;;
}
.solutionHeader_a_cvWrap .text1 {
	font-size: 100%;
	line-height: 200%;
	text-align: center;
}
.solutionHeader_a_cvWrap .btn {
	height: auto;
	margin-top: 20px;
}
.solutionHeader_a_cvWrap .btn .btnWrap {
	padding: 0 80px 0 50px;
	min-height: 90px;
	min-width: 470px;
}
.solutionHeader_a_cvWrap .btn .btnWrap > img {
	max-width: 90px;
	margin-right: 19px;
	padding: 5px 0px;
}
.solutionHeader_a_cvWrap .btn .btnWrap .tx {
	font-size: 22px;
	line-height: 135%;
	text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.7);
	font-weight: 600;
}
.solutionHeader_a_cvWrap .btn .btnWrap .icon {
	font-size: 31px;
	width: 48px;
	right: 12px;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.solutionHeader_a {
		margin-bottom: 30px;
	}
	.solutionHeader_a .inner {
		display: flex;
		gap: 20px;
		justify-content: center;
		/*! padding: 20px; */
		flex-wrap: wrap;
	}
	.solutionHeader_a .logoWrap {
		width: 100%;
		flex: auto;
	}
	.solutionHeader_a .logoWrap .type {}
	.solutionHeader_a .logoWrap .type .in {
		line-height: 135%;
		font-size: 100%;
		padding: 3px 8px;
	}
	.solutionHeader_a .logo {
		margin-top: 10px;
		font-size: 200%;
		height: 60px;
	}
	.solutionHeader_a .logo img {}
	.solutionHeader_a .contents {
		flex: 1;
	}
	.solutionHeader_a .contents .htx1 {
		font-size: 120%;
		line-height: 150%;
		font-weight: 500;
		margin-bottom: 13px;
	}
	.solutionHeader_a .contents .tx1 {
		font-size: 93%;
		line-height: 171%;
	}

	.solutionHeader_a_cvWrap {
		margin-top: 15px;
		padding-top: 20px;
	}
	.solutionHeader_a_cvWrap:before {
		width: 90%;
		top: -4px;
	}

	.solutionHeader_a_cvWrap p {
		text-align: center;
	}
	.solutionHeader_a_cvWrap .htx1 {
		font-size: 19px;
		margin-bottom: 15px;
	}
	.solutionHeader_a_cvWrap .text1 {
		font-size: 96%;
		line-height: 185%;
	}
	.solutionHeader_a_cvWrap .btn {
		width: 100%;
		margin-top: 17px;
	}
	.solutionHeader_a_cvWrap .btn .btnWrap {
		padding: 10px 34px 13px 11px;
		min-height: 50px;
		min-width: 100%;
		width: 100%;
	}
	.solutionHeader_a_cvWrap .btn .btnWrap > img {
		display: none;
	}
	.solutionHeader_a_cvWrap .btn .btnWrap .tx {
		font-size: 14px;
		line-height: 135%;
		text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.7);
	}
	.solutionHeader_a_cvWrap .btn .btnWrap .icon {
		font-size: 19px;
		width: 26px;
		right: 4px;
	}
}

/* // solutionPageNavi_a
----------------------------------------------- */
.solutionPageNavi_a {
	width: 100%;
	position: relative;
	padding-top: 75px;
	line-height: 1;
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(3, 1fr);
}
.solutionPageNavi_a:before {
	content: " ";
	display: block;
	width: 80%;
	height: 1px;
	background-image: var(--grad1);
	position: absolute;
	top: 35px;
	left: 50%;
	transform: translate(-50%, -50%);
}
.solutionPageNavi_a .btn {
	width: 100%;
	border-width: 2px !important;
	height: 64px;
	border-radius: 6px;
	font-size: 110%;
	font-weight: 500;
}
.solutionPageNavi_a .btn .icon {
	background: var(--c1) !important;
	color: #fff !important;
}

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

/* // solutionOldTemp_new_a
----------------------------------------------- */
.solutionOldTemp_new_a {}
.solutionOldTemp_new_a .sectionA {
	padding: 0px;
	margin: 30px 0 40px;
}
.solutionOldTemp_new_a .sectionA:last-of-type {
	margin: 0;
}
.solutionOldTemp_new_a .sectionA > .widthFix {
	background-color: #fff;
	border-radius: 15px;
	padding: 40px;
}

.solutionOldTemp_new_a .solutionItemD .btnA {
	padding: 13px 0;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.solutionOldTemp_new_a .sectionA {
		padding: 0px;
		margin: 30px 0 40px;
	}
	.solutionOldTemp_new_a .sectionA:last-of-type {
		margin: 0;
	}
	.solutionOldTemp_new_a .sectionA > .widthFix {
		border-radius: 11px;
		padding: 18px;
		overflow: hidden;
	}

	.solutionOldTemp_new_a .solutionItemD .btnA {
		padding: 13px 0;
	}
}

/* // solutionmapMapBox_a
----------------------------------------------- */
.solutionmapMapBox_a {
	position: relative;
}

.solutionmapMapBox_a .btn {
	position: absolute;
	top: 0%;
	left: 0%;
	min-width: 200px;
	color: #fff;
	border-radius: 6px;
	line-height: 1;
	opacity: 1 !important;
	height: auto;
	box-shadow: 8px 8px 22px rgba(0, 0, 0, 0.2);
}

.solutionmapMapBox_a .btn {
	background-color: var(--c1);
}
.solutionmapMapBox_a._rbom .btn {
	background-color: #21388e;
}
.solutionmapMapBox_a._plm .btn {
	background-color: #e77510;
}
.solutionmapMapBox_a._infrastructure .btn {
	background-color: #075fad;
}

.solutionmapMapBox_a .btns .btnWrap {
	display: block !important;
	padding: 16px 20px 14px 20px;
}
.solutionmapMapBox_a .btns .btnWrap .tx1 {
	font-size: 126%;
	font-weight: 500;
	width: 100%;
	display: block;
}
.solutionmapMapBox_a .btns .btnWrap .tx1 .icon {
	margin-left: 8px;
}
.solutionmapMapBox_a .btns .btnWrap .tx2 {
	font-size: 99%;
	font-weight: 500;
	border-top: 1px dotted #f7a5c2;
	margin-top: 13px;
	padding-top: 11px;
	width: 100%;
	display: block;
	line-height: 145%;
}

.solutionmapMapBox_a .btn {
	min-width: 200px;
	transition: 0s;
}

/* _rbom */
.solutionmapMapBox_a._rbom .btn._1 {
	top: 62.3%;
	left: 64.2%;
}
.solutionmapMapBox_a._rbom .btn._2 {
	top: 52.3%;
	left: 1.8%;
}
.solutionmapMapBox_a._rbom .btn._3 {
	top: 42.9%;
	left: 27%;
}
.solutionmapMapBox_a._rbom .btn._4 {
	top: 18.9%;
	left: 3.8%;
}
.solutionmapMapBox_a._rbom .btn._5 {
	top: 15.1%;
	left: 36.8%;
}
.solutionmapMapBox_a._rbom .btn._6 {
	top: 29.2%;
	left: 69.1%;
}
.solutionmapMapBox_a._rbom .btn._7 {
	top: calc(831% / 10);
	left: calc(350% / 10);
}

/* _plm */
.solutionmapMapBox_a._plm .btn._1 {
	top: calc(402% / 10);
	left: calc(420% / 10);
}
.solutionmapMapBox_a._plm .btn._2 {
	top: calc(256% / 10);
	left: calc(20% / 10);
}
.solutionmapMapBox_a._plm .btn._3 {
	top: calc(447% / 10);
	left: calc(210% / 10);
}
.solutionmapMapBox_a._plm .btn._4 {
	top: calc(747% / 10);
	left: calc(38% / 10);
}
.solutionmapMapBox_a._plm .btn._5 {
	top: calc(789% / 10);
	left: calc(408% / 10);
}
.solutionmapMapBox_a._plm .btn._6 {
	top: calc(754% / 10);
	left: calc(655% / 10);
}
.solutionmapMapBox_a._plm .btn._7 {
	top: calc(321% / 10);
	left: calc(778% / 10);
}

/* _infrastructure */
.solutionmapMapBox_a._infrastructure .btns .btnWrap {
	padding: 13px 10px 12px;
}
.solutionmapMapBox_a._infrastructure .btns .btnWrap .tx1 {
	font-size: 115%;
}
.solutionmapMapBox_a._infrastructure .btns .btnWrap .tx2 {
	font-size: 85%;
}

.solutionmapMapBox_a._infrastructure .btn._1 {
	top: calc(0% / 10);
	left: calc(449% / 10);
}
.solutionmapMapBox_a._infrastructure .btn._2 {
	top: calc(4% / 10);
	left: calc(727% / 10);
}
.solutionmapMapBox_a._infrastructure .btn._3 {
	top: calc(394% / 10);
	left: calc(727% / 10);
}
.solutionmapMapBox_a._infrastructure .btn._4 {
	top: calc(590% / 10);
	left: calc(727% / 10);
}
.solutionmapMapBox_a._infrastructure .btn._5 {
	top: calc(834% / 10);
	left: calc(727% / 10);
}
.solutionmapMapBox_a._infrastructure .btn._6 {
	top: calc(822% / 10);
	left: calc(0% / 10);
}
.solutionmapMapBox_a._infrastructure .btn._7 {
	top: calc(561% / 10);
	left: calc(0% / 10);
}
.solutionmapMapBox_a._infrastructure .btn._8 {
	top: calc(344% / 10);
	left: calc(0% / 10);
}
.solutionmapMapBox_a._infrastructure .btn._9 {
	top: calc(224% / 10);
	left: calc(0% / 10);
}
.solutionmapMapBox_a._infrastructure .btn._10 {
	top: calc(90% / 10);
	left: calc(80% / 10);
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.solutionmapMapBox_a {
		position: relative;
	}
	.solutionmapMapBox_a .btn {
		position: absolute;
		top: 0%;
		left: 0%;
		min-width: 200px;
		color: #fff;
		border-radius: 6px;
		line-height: 1;
		opacity: 1 !important;
		height: auto;
		box-shadow: 8px 8px 22px rgba(0, 0, 0, 0.2);
	}

	.solutionmapMapBox_a .btns .btnWrap {
		display: block !important;
		padding: 16px 20px;
	}
	.solutionmapMapBox_a .btns .btnWrap .tx1 {
		font-size: 126%;
		font-weight: 500;
		width: 100%;
		display: block;
	}
	.solutionmapMapBox_a .btns .btnWrap .tx1 .icon {
		margin-left: 8px;
	}
	.solutionmapMapBox_a .btns .btnWrap .tx2 {
		font-size: 99%;
		font-weight: 500;
		border-top: 1px dotted #f7a5c2;
		margin-top: 13px;
		padding-top: 11px;
		width: 100%;
		display: block;
	}

	.solutionmapMapBox_a .btn {
		min-width: 200px;
		transition: 0s;
		transform-origin: left top;
	}
}

/* // solutionmapDetailItems_a
----------------------------------------------- */
.solutionmapDetailItems_a {
	display: grid;
	gap: 40px;
	grid-template-columns: repeat(2, 1fr);
}
.solutionmapDetailItems_a .solutionItem {
	border: 1px solid #eaeaea;
	overflow: hidden;
	border-radius: 10px;
}
.solutionmapDetailItems_a .solutionItem .image {
	width: 100%;
	height: 180px;
	overflow: hidden;
}
.solutionmapDetailItems_a .solutionItem .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.solutionmapDetailItems_a .solutionItem .contents {
	padding: 28px 28px 20px;
}
.solutionmapDetailItems_a .solutionItem .contents .name {
	line-height: 160%;
	display: flex;
	gap: 13px;
	align-items: flex-start;
	margin-bottom: 17px;
}
.solutionmapDetailItems_a .solutionItem .contents .name .tx1 {
	padding: 4px 10px;
	background-color: var(--c1);
	border-radius: 3px;
	color: #fff;
	font-size: 117%;
	font-weight: 600;
	white-space: nowrap;
}
.solutionmapDetailItems_a .solutionItem .contents .name .tx2 {
	font-size: 137%;
	font-weight: 600;
	padding-top: 4px;
}
.solutionmapDetailItems_a .solutionItem .contents .details {
	display: grid;
	gap: 13px;
}
.solutionmapDetailItems_a .solutionItem .contents .details > li {
	line-height: 160%;
}
.solutionmapDetailItems_a .solutionItem .contents .details > li .link .text {
	color: var(--c1);
	font-weight: 500;
}
.solutionmapDetailItems_a .solutionItem .contents .details > li .link .text .icon {
	display: inline-block;
	margin-left: -3px;
}

.solutionmapDetailItems_a .solutionItem .contents .details > li .text {
	display: inline-block;
	position: relative;
	padding-bottom: 7px;
	font-size: 106%;
	text-indent: 18px;
	padding-left: 28px;
}
.solutionmapDetailItems_a .solutionItem .contents .details > li .text:after {
	content: "";
	display: block;
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 1px;
	background-image: var(--grad1);
	opacity: 50%;
}
.solutionmapDetailItems_a .solutionItem .contents .details > li .text:before {
	font-family: iconfontA;
	content: "\ea63";
	font-size: 19px;
	line-height: 1;
	color: var(--c1);
	margin-right: 7px;
	transform: translateY(3px);
	display: inline-block;
	margin-left: -63px;
}

.solutionmapDetailItems_a .solutionItem .contents .details > li .list1 {
	display: grid;
	gap: 8px;
	padding-left: 43px;
	line-height: 150%;
	margin-top: 16px;
}
.solutionmapDetailItems_a .solutionItem .contents .details > li .list1 > li {
	font-size: 97%;
	list-style: disc;
	font-weight: 500;
}
.solutionmapDetailItems_a .solutionItem .contents .details > li .list1 > li a {
	color: var(--c1) !important;
}
.solutionmapDetailItems_a .solutionItem .contents .details > li .list1 > li a:after {
	font-family: iconfontA;
	content: "\ebae";
	font-size: 94%;
	margin-left: 7px;
	transform: translateY(1px);
	display: inline-block;
}

.solutionmapDetailItems_a .solutionItem .contents .btn {
	margin-top: 28px;
	width: 280px;
	font-size: 107%;
	letter-spacing: 9%;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.solutionmapDetailItems_a {
		gap: 30px;
		grid-template-columns: none;
	}
	.solutionmapDetailItems_a .solutionItem {
		border-radius: 8px;
	}
	.solutionmapDetailItems_a .solutionItem .image {
		height: 120px;
	}
	.solutionmapDetailItems_a .solutionItem .contents {
		padding: 20px 18px 15px;
	}
	.solutionmapDetailItems_a .solutionItem .contents .name {
		line-height: 157%;
		gap: 6px;
		margin-bottom: 18px;
		flex-wrap: wrap;
	}
	.solutionmapDetailItems_a .solutionItem .contents .name .tx1 {
		padding: 3px 8px;
		font-size: 114%;
	}
	.solutionmapDetailItems_a .solutionItem .contents .name .tx2 {
		font-size: 131%;
		width: 100%;
		padding-top: 0px;
	}
	.solutionmapDetailItems_a .solutionItem .contents .details {
		gap: 13px;
	}
	.solutionmapDetailItems_a .solutionItem .contents .details > li {
		line-height: 160%;
	}
	.solutionmapDetailItems_a .solutionItem .contents .details > li .link .text {
		color: var(--c1);
		font-weight: 500;
	}
	.solutionmapDetailItems_a .solutionItem .contents .details > li .link .text .icon {
		margin-left: 4px;
	}

	.solutionmapDetailItems_a .solutionItem .contents .details > li .text {
		padding-bottom: 5px;
		font-size: 103%;
		text-indent: 18px;
		padding-left: 24px;
	}
	.solutionmapDetailItems_a .solutionItem .contents .details > li .text:after {}
	.solutionmapDetailItems_a .solutionItem .contents .details > li .text:before {
		font-size: 16px;
		margin-right: 6px;
		margin-left: -58px;
		transform: translateY(2px);
	}
	.solutionmapDetailItems_a .solutionItem .contents .btn {
		margin-top: 22px;
		width: 280px;
	}
}

/* // solutionmapSolutionBlockWrap_a
----------------------------------------------- */
.solutionmapSolutionBlockWrap_a {
	display: grid;
	gap: 50px;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.solutionmapSolutionBlockWrap_a {
		gap: 37px;
	}
}

/* // js_internalLink_a
----------------------------------------------- */
.js_internalLink_a .btn_a.internalLink:before {
	width: 100%;
	height: 0%;
}
.js_internalLink_a .btn_a.internalLink:hover:before {
	height: 100%;
}

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

/* // solutionmapHtx_a
----------------------------------------------- */
.solutionmapHtx_a {
	font-size: 240%;
	font-weight: 800;
	line-height: 150%;
	margin-bottom: 20px;
	color: var(--c1);
	position: relative;
	padding-bottom: 15px;
}
.solutionmapHtx_a:after {
	content: " ";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #999;
	background-image: var(--grad1);
	position: absolute;
	bottom: 0%;
	left: 0%;
}

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

/* // solvable_a
----------------------------------------------- */
.solvable_a {
	margin-top: 40px;
	background-color: #fef6f9;
	border: 1px solid var(--c1);
	border-radius: 10px;
	padding: 26px 30px 30px;
}
.solvable_a .solvableTitle {
	margin-bottom: 17px;
}
.solvable_a .solvableTitle .in {
	line-height: 100%;
	font-weight: 700;
	font-size: 139%;
	background-color: var(--c1);
	padding: 9px 10px 5px;
	border-radius: 4px;
	color: #fff;
	display: inline-block;
}
.solvable_a .solvableTitle .in:before {
	font-family: iconfontA;
	content: "\ea42";
	font-size: 166%;
	line-height: 68%;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	transform: translateY(-3px);
}

.solvable_a .solvableList {
	display: grid;
	gap: 10px;
}
.solvable_a .solvableList li {
	position: relative;
	padding-left: 33px;
}
.solvable_a .solvableList li:before {
	font-family: iconfontA;
	content: "\ea63";
	position: absolute;
	top: 3px;
	left: 0px;
	color: var(--c1);
	font-size: 23px;
}
.solvable_a .solvableList li .text {
	font-size: 113%;
	line-height: 220%;
	font-weight: 500;
	padding: 0 3px 6px;
	background: linear-gradient(transparent calc(100% - 1px), #efc2d2 1px);
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.solvable_a {
		margin-top: 30px;
		border-radius: 8px;
		padding: 17px 15px 16px;
	}
	.solvable_a .solvableTitle {
		margin-bottom: 13px;
	}
	.solvable_a .solvableTitle .in {
		font-size: 121%;
		padding: 8px 6px 4px;
		border-radius: 4px;
	}
	.solvable_a .solvableTitle .in:before {
		font-size: 157%;
		margin-right: 5px;
	}

	.solvable_a .solvableList {
		gap: 10px;
	}
	.solvable_a .solvableList li {
		padding-left: 23px;
	}
	.solvable_a .solvableList li:before {
		top: 3px;
		font-size: 18px;
	}
	.solvable_a .solvableList li .text {
		font-size: 106%;
		line-height: 174%;
		padding: 0 0px 3px;
	}
}

/* // dlTable_a
----------------------------------------------- */
.dlTable_a {
	display: flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	line-height: 160%;
}
html .mceContents_a .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);
	}
}

/* // companyMap_a
----------------------------------------------- */
.companyMap_a {
	width: 100%;
	height: 350px;
}

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

/* // 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: 10px;
}
.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 .name {
		margin-top: 5px;
	}
	.greeting_a .contents .name img {
		width: 155px;
		margin-top: 6px;
	}
}

/* // irMessage_a
----------------------------------------------- */
.irMessage_a {
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	gap: 40px;
}
.irMessage_a .image {
	width: 350px;
	height: 420px;
	border-radius: 10px;
	overflow: hidden;
}
.irMessage_a .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.irMessage_a .catchBlock {
	flex: 1;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
}
.irMessage_a .catchBlock .catch {
	font-size: 29px;
	line-height: 188%;
	font-weight: 800;
	/*! color: var(--c1); */
}
.irMessage_a .catchBlock .catch .text {
	display: inline-block;
	padding: 23px 16px 23px;
	position: relative;
}
.irMessage_a .catchBlock .catch .text:before {
	content: " ";
	display: block;
	width: 100%;
	height: 1px;
	background-image: var(--grad1);
	position: absolute;
	top: 0px;
	left: 0px;
}
.irMessage_a .catchBlock .catch .text:after {
	content: " ";
	display: block;
	width: 100%;
	height: 1px;
	background-image: var(--grad1);
	position: absolute;
	bottom: 0px;
	left: 0px;
}
.irMessage_a .contents {
	width: 100%;
	display: grid;
	gap: 36px;
}

.irMessage_a .contents .name {
	text-align: right;
	margin-top: 15px;
}
.irMessage_a .contents .name img {
	width: 170px;
	margin-top: 8px;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.irMessage_a {
		display: grid;
		gap: 40px;
	}
	.irMessage_a .image {
		width: 300px;
		height: 420px;
		border-radius: 8px;
		margin: 0 auto;
	}
	.irMessage_a .catchBlock {}
	.irMessage_a .catchBlock .catch {
		font-size: 21px;
		line-height: 188%;
	}
	.irMessage_a .catchBlock .catch .text {
		padding: 18px 10px;
	}
	.irMessage_a .contents {
		gap: 31px;
	}

	.irMessage_a .contents .name {
		margin-top: 5px;
	}
	.irMessage_a .contents .name img {
		width: 150px;
		margin-top: 6px;
	}
}

/* // officerItems_a
----------------------------------------------- */
.officerItems_a {
	display: grid;
}
.officerItems_a .officerItem {
	border: 0;
	margin-bottom: 30px;
	padding: 0 15px 30px;
	position: relative;
}
.officerItems_a .officerItem:last-of-type {
	margin-bottom: 0;
}
.officerItems_a .officerItem .slideOpenBox {
	padding-bottom: 0px;
}

.officerItems_a .officerItem:after {
	content: " ";
	display: block;
	width: 100%;
	height: 1px;
	background: var(--grad3);
	position: absolute;
	bottom: 0px;
	left: 0px;
}
.officerItems_a .officerItem .baseInfo {
	display: flex;
	align-items: center;
}
.officerItems_a .officerItem .baseInfo .image {
	width: 160px;
	aspect-ratio: 10 / 10;
	overflow: hidden;
	border-radius: 8px;
	margin-right: 50px;
}
.officerItems_a .officerItem .baseInfo .image .image img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 0%;
}
.officerItems_a .officerItem .baseInfo .contents {
	flex: 1;
	line-height: 100%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px 0;
}
.officerItems_a .officerItem .baseInfo .contents .position {
	width: 100%;
	font-size: 104%;
	font-weight: 500;
	letter-spacing: 4%;
}
.officerItems_a .officerItem .baseInfo .contents .name {
	width: 200px;
	font-weight: 800;
	font-size: 160%;
	letter-spacing: 8%;
}
.officerItems_a .officerItem .baseInfo .contents .name._s1 {
	font-weight: 700;
	font-size: 140%;
	letter-spacing: 6%;
}
.officerItems_a .officerItem .baseInfo .contents .roma {
	flex: 1;
	font-family: var(--ffEn1);
	letter-spacing: 4%;
	font-weight: 600;
	font-size: 115%;
	color: #dbdbdb;
	transform: translateY(4px);
}
.officerItems_a .officerItem .baseInfo .contents .position2 {
	flex: 1;
	font-size: 100%;
	letter-spacing: 7%;
}
.officerItems_a .officerItem .baseInfo .contents .btn {
	width: 150px;
	min-width: 1px;
	height: 35px;
	font-size: 80%;
	letter-spacing: 51%;
}
.officerItems_a .officerItem .baseInfo .contents .icon {
	background: transparent;
	color: var(--c1);
}

.officerItems_a .officerItem .history {
	padding-top: 15px;
}

/* _noImage */
.officerItems_a .officerItem._noImage .baseInfo .image {
	display: none;
}
.officerItems_a .officerItem._noImage .baseInfo .contents {
	flex: auto;
	width: 100%;
	gap: 0;
}
.officerItems_a .officerItem._noImage .baseInfo .contents .position {
	width: 210px;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.officerItems_a {}
	.officerItems_a .officerItem {
		margin-bottom: 23px;
		padding: 0 0 25px;
	}
	.officerItems_a .officerItem .baseInfo .image {
		width: 100px;
		border-radius: 6px;
		margin-right: 20px;
	}
	.officerItems_a .officerItem .baseInfo .contents {
		gap: 0;
		/*! display: grid; */
	}
	.officerItems_a .officerItem .baseInfo .contents .position {
		width: 100%;
		font-size: 96%;
		letter-spacing: 2%;
		margin-bottom: 12px;
	}
	.officerItems_a .officerItem .baseInfo .contents .name {
		width: 100%;
		font-size: 154%;
		letter-spacing: 8%;
	}
	.officerItems_a .officerItem .baseInfo .contents .name._s1 {
		font-size: 137%;
		letter-spacing: 2%;
	}
	.officerItems_a .officerItem .baseInfo .contents .roma {
		display: none;
	}
	.officerItems_a .officerItem .baseInfo .contents .position2 {
		width: 230px;
		letter-spacing: 0;
		line-height: 136%;
	}
	.officerItems_a .officerItem .baseInfo .contents .btn {
		margin-top: 15px;
		width: 150px;
		height: 28px;
		font-size: 85%;
	}

	.officerItems_a .officerItem .history {
		padding-top: 10px;
	}

	/* _noImage */
	.officerItems_a .officerItem._noImage .baseInfo .contents {
		flex: auto;
		width: 100%;
		gap: 0;
	}
	.officerItems_a .officerItem._noImage .baseInfo .contents .position {
		width: 100%;
	}
	.officerItems_a .officerItem._noImage .baseInfo .contents .name {
		width: 30%;
		flex: 1;
	}
	.officerItems_a .officerItem._noImage .baseInfo .contents .btn {
		width: 130px;
		transform: translateY(3px);
		margin-top: -5px;
	}
}

/* // histories_a
----------------------------------------------- */
.histories_a {
	line-height: 130%;
	display: grid;
}
.histories_a .historyItem {
	padding-left: 40px;
	padding-bottom: 15px;
	position: relative;
	display: flex;
	align-items: flex-start;
	font-size: 90%;
}
.histories_a .historyItem:last-of-type {
	padding-bottom: 0px;
}
.histories_a .historyItem .date {
	width: 90px;
	letter-spacing: 3%;
	font-weight: 500;
}
.histories_a .historyItem .text {
	flex: 1;
	letter-spacing: 2%;
}
.histories_a .historyItem:before {
	content: " ";
	display: block;
	width: 11px;
	aspect-ratio: 10 / 10;
	border-radius: 111px;
	background-color: #ccc;
	position: absolute;
	top: 6px;
	left: 0px;
	z-index: 10;
}
.histories_a .historyItem:after {
	content: " ";
	display: block;
	width: 1px;
	height: calc(100% - 0px);
	background-color: #d5d5d5;
	position: absolute;
	top: 8px;
	left: 5px;
}
.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;
	}
}

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

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

/* // officeItems_a
----------------------------------------------- */
.officeItems_a {
	display: grid;
	gap: 35px;
}
.officeItems_a .infoWrap {
	display: grid;
	border-top: 1px solid #f3f3f3;
}
.officeItems_a .infoWrap .infoItem {
	border-bottom: 1px solid #f3f3f3;
	padding: 10px 10px;
	display: grid;
	grid-template-columns: 160px 1fr;
	font-size: 93%;
	line-height: 150%;
}
.officeItems_a .infoWrap .infoItem .htx {
	text-align: left;
	letter-spacing: 5%;
	font-weight: 500;
}
.officeItems_a .infoWrap .infoItem .detail {
	display: flex;
	gap: 20px;
	align-items: center;
}
.officeItems_a .infoWrap .infoItem .detail .btn {
	font-size: 11px;
	height: 27px;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.officeItems_a {
		gap: 27px;
	}
	.officeItems_a .infoWrap .infoItem {
		padding: 8px 5px 8px;
		grid-template-columns: 80px 1fr;
		font-size: 93%;
	}
	.officeItems_a .infoWrap .infoItem .htx {
		letter-spacing: 2%;
	}
	.officeItems_a .infoWrap .infoItem .detail {
		display: flex;
		gap: 0px;
		align-items: center;
		flex-wrap: wrap;
	}
	.officeItems_a .infoWrap .infoItem .detail .btn {
		font-size: 11px;
		height: 27px;
		display: block;
		margin-top: 5px;
	}
}

/* // officeImages
----------------------------------------------- */
.officeImages {
	margin-top: 30px;
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(3, 1fr);
}
.officeImages .image {
	width: 100%;
	aspect-ratio: 10 / 6;
	overflow: hidden;
}
.officeImages .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 0%;
}
/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.officeImages {
		margin-top: 20px;
		grid-template-columns: repeat(2, 1fr);
	}
	.officeImages .image:nth-of-type(3) {
		display: none;
	}
}

/* // recruitItems_a
----------------------------------------------- */
.recruitItems_a {
	display: grid;
	gap: 60px;
}
.recruitItems_a .recruitItem {
	display: flex;
	gap: 50px;
}
.recruitItems_a .recruitItem:nth-last-of-type(even) {
	flex-direction: row-reverse;
}
.recruitItems_a .recruitItem .image {
	width: 54%;
	aspect-ratio: 10 / 6;
	overflow: hidden;
}
.recruitItems_a .recruitItem .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 0%;
	border-radius: 8px;
}
.recruitItems_a .recruitItem .contents {
	flex: 1;
}
.recruitItems_a .recruitItem .contents .btns {
	display: grid;
	gap: 20px;
	line-height: 100%;
}
.recruitItems_a .recruitItem .contents .btns .btn {
	min-width: 80%;
}
.recruitItems_a .recruitItem .contents .btns .btn .tx {
	text-align: left;
	justify-content: flex-start;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.recruitItems_a {
		display: grid;
		gap: 45px;
	}
	.recruitItems_a .recruitItem {
		flex-wrap: wrap;
		gap: 22px;
		flex-direction: column-reverse !important;
	}
	.recruitItems_a .recruitItem .image {
		width: 100%;
	}
	.recruitItems_a .recruitItem .image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center 0%;
		border-radius: 8px;
	}
	.recruitItems_a .recruitItem .contents {
		width: 100%;
	}
	.recruitItems_a .recruitItem .contents .btns {
		gap: 12px;
	}
	.recruitItems_a .recruitItem .contents .btns .btn {
		min-width: 100%;
	}
}

/* // dxVisionContents1
----------------------------------------------- */
.dxVisionContents1 .images {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(2, 1fr);
}
.dxVisionContents1 .arrow {
	line-height: 100%;
	text-align: center;
}
.dxVisionContents1 .arrow {
	line-height: 100%;
	text-align: center;
	margin: 19px 0;
}
.dxVisionContents1 .arrow :after {
	content: " ";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 45px solid transparent;
	border-left: 45px solid transparent;
	border-top: 16px solid var(--c1);
	border-bottom: 0;
}
.dxVisionContents1 .textWrap .title {
	line-height: 1;
	text-align: center;
	margin-bottom: 9px;
}
.dxVisionContents1 .textWrap .title .text {
	padding: 5px 16px;
	background-color: var(--c1);
	color: #fff;
	font-size: 138%;
	line-height: 150%;
	font-weight: 600;
	border-radius: 3px;
}
.dxVisionContents1 .textWrap .catch {
	text-align: center;
	margin-bottom: 33px;
}
.dxVisionContents1 .textWrap .catch .text {
	font-size: 220%;
	line-height: 220%;
	font-weight: 800;
	padding: 0 7px 4px;
	background: linear-gradient(transparent calc(100% - 1px), var(--c1) 1px);
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.dxVisionContents1 .images {
		gap: 13px;
	}
	.dxVisionContents1 .arrow {
		margin: 16px 0;
	}
	.dxVisionContents1 .textWrap .title {
		margin-bottom: 5px;
	}
	.dxVisionContents1 .textWrap .title .text {
		padding: 4px 12px;
		font-size: 124%;
	}
	.dxVisionContents1 .textWrap .catch {
		text-align: center;
		margin-bottom: 26px;
	}
	.dxVisionContents1 .textWrap .catch .text {
		font-size: 140%;
		line-height: 203%;
		padding: 0 5px 3px;
	}
}

/* // dxVisionContents2
----------------------------------------------- */
.dxVisionContents2 .catch {
	margin-bottom: 30px;
}
.dxVisionContents2 .catch .ja {
	font-size: 33px;
	line-height: 150%;
	font-weight: 700;
	display: block;
	text-align: center;
	margin-bottom: 12px;
	letter-spacing: 5%;
}
.dxVisionContents2 .catch .en {
	font-size: 26px;
	line-height: 150%;
	font-weight: 600;
	display: block;
	font-family: var(--ffEn1);
	text-align: center;
	letter-spacing: 2%;
}
.dxVisionContents2 .wrap {
	display: flex;
	gap: 40px;
}
.dxVisionContents2 .image {
	width: 600px;
}
.dxVisionContents2 .contents {
	flex: 1;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.dxVisionContents2 .catch {
		margin-bottom: 25px;
	}
	.dxVisionContents2 .catch .ja {
		font-size: 23px;
		margin-bottom: 11px;
		letter-spacing: 2%;
	}
	.dxVisionContents2 .catch .en {
		font-size: 19px;
		letter-spacing: 1%;
	}
	.dxVisionContents2 .wrap {
		display: grid;
		gap: 20px;
	}
	.dxVisionContents2 .image {
		width: 100%;
	}
	.dxVisionContents2 .contents {
		flex: auto;
	}
}

/* // dxVisionContents3
----------------------------------------------- */
.dxVisionContents3 .block1 {
	margin-bottom: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.dxVisionContents3 .block1 .img1 {
	width: 170px;
}
.dxVisionContents3 .block1 .contents {
	/*! flex:1; */
	margin-left: 30px;
}
.dxVisionContents3 .block1 .contents .items {
	display: grid;
	gap: 26px;
}
.dxVisionContents3 .block1 .contents .items li {
	font-size: 24px;
	line-height: 120%;
	font-weight: 700;
	color: var(--c1);
}
.dxVisionContents3 .block1 .contents .items li .icon {
	margin-right: 10px;
}
.dxVisionContents3 .block1 .contents .items li .icon._2 {
	margin-right: 1px;
}
.dxVisionContents3 .block1 .contents .items li .em1 {
	font-size: 122%;
	border-bottom: 1px solid var(--c2);
}

.dxVisionContents3 .block2 {
	display: flex;
}
.dxVisionContents3 .block2 .image {
	width: 440px;
	border-radius: 6px;
	background-color: var(--bg1);
	padding: 18px 40px;
}
.dxVisionContents3 .block2 .contents {
	flex: 1;
	margin-right: 40px;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.dxVisionContents3 .block1 {
		margin-bottom: 30px;
		display: grid;
	}
	.dxVisionContents3 .block1 .img1 {
		width: 160px;
		margin: 0 auto 22px;
	}
	.dxVisionContents3 .block1 .contents {
		/*! flex:1; */
		margin-left: 0;
	}
	.dxVisionContents3 .block1 .contents .items {
		gap: 14px;
	}
	.dxVisionContents3 .block1 .contents .items li {
		font-size: 22px;
		line-height: 140%;
		position: relative;
		padding-left: 36px;
	}
	.dxVisionContents3 .block1 .contents .items li .icon {
		margin-right: 0;
		position: absolute;
		top: 7px;
		left: 0px;
	}
	.dxVisionContents3 .block1 .contents .items li .icon._2 {
		margin-right: 1px;
	}
	.dxVisionContents3 .block1 .contents .items li .em1 {
		font-size: 122%;
		border-bottom: 1px solid var(--c2);
	}

	.dxVisionContents3 .block2 {
		display: grid;
	}
	.dxVisionContents3 .block2 .image {
		width: 100%;
		padding: 18px 30px;
	}
	.dxVisionContents3 .block2 .contents {
		flex: 1;
		margin-right: 0;
		margin-bottom: 20px;
	}
}

/* // dxVisionContents4
----------------------------------------------- */
.dxVisionContents4 {
	display: flex;
}
.dxVisionContents4 .contents {
	flex: 1;
}
.dxVisionContents4 .image {
	width: 400px;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.dxVisionContents4 {
		display: grid;
	}
	.dxVisionContents4 .contents {
		margin-bottom: 20px;
	}
	.dxVisionContents4 .image {
		width: 100%;
	}
}

/* // dxVisionContents5
----------------------------------------------- */
.dxVisionContents5 {
	display: grid;
	gap: 50px;
}
.dxVisionContents5 .block {
	display: flex;
	gap: 30px;
}
.dxVisionContents5 .block .contents {
	flex: 1;
}
.dxVisionContents5 .block .image {
	width: 400px;
}
.dxVisionContents5 .block .image._1 {
	width: 480px;
}
.dxVisionContents5 .block .image._2 {
	width: 520px;
}
.dxVisionContents5 .block .image._3 {
	width: 370px;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.dxVisionContents5 {
		gap: 40px;
	}
	.dxVisionContents5 .block {
		display: grid;
		gap: 20px;
	}
	.dxVisionContents5 .block .contents {
		flex: 1;
	}
	.dxVisionContents5 .block .contents .htx {
		margin-bottom: 10px;
	}
	.dxVisionContents5 .block .image {
		width: 100% !important;
	}
}

/* // dxOrganizationContents1
----------------------------------------------- */
.dxOrganizationContents1 .wrap {
	margin-top: 30px;
	display: flex;
	gap: 30px;
	align-items: center;
}
.dxOrganizationContents1 .wrap .image {
	width: 200px;
}
.dxOrganizationContents1 .wrap .contents {
	flex: 1;
}
.dxOrganizationContents1 .wrap .contents .items {
	display: grid;
	gap: 20px;
}
.dxOrganizationContents1 .wrap .contents .items .htx1 {
	margin-bottom: 4px;
}
.dxOrganizationContents1 .wrap .contents .items .htx1 .text {
	display: inline-block;
	background-color: var(--c1);
	color: #fff;
	padding: 4px 10px;
	border-radius: 3px;
	font-size: 16px;
	line-height: 120%;
	font-weight: 600;
}
.dxOrganizationContents1 .wrap .contents .items .text1 {
	font-size: 91%;
	line-height: 173%;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.dxOrganizationContents1 .wrap {
		margin-top: 23px;
		gap: 0;
	}
	.dxOrganizationContents1 .wrap .image {
		display: none;
	}
	.dxOrganizationContents1 .wrap .contents {
		flex: 1;
	}
	.dxOrganizationContents1 .wrap .contents .items {
		gap: 16px;
	}
	.dxOrganizationContents1 .wrap .contents .items .htx1 {
		margin-bottom: 3px;
	}
	.dxOrganizationContents1 .wrap .contents .items .htx1 .text {
		padding: 4px 8px;
		font-size: 15px;
	}
	.dxOrganizationContents1 .wrap .contents .items .text1 {
		font-size: 91%;
		line-height: 188%;
	}
}

/* // dxOrganizationContents2
----------------------------------------------- */
.dxOrganizationContents2 {
	display: grid;
	gap: 40px;
}
.dxOrganizationContents2 .block1 {
	display: flex;
	gap: 30px;
}
.dxOrganizationContents2 .block1 .contents {
	flex: 1;
}
.dxOrganizationContents2 .block1 .image {
	width: 400px;
}
.dxOrganizationContents2 .block2 {}
.dxOrganizationContents2 .block2 .contents {
	margin-bottom: 25px;
}
.dxOrganizationContents2 .block2 .items {
	width: 85%;
	margin: 0 auto;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.dxOrganizationContents2 {
		gap: 35px;
	}
	.dxOrganizationContents2 .block1 {
		display: grid;
		gap: 14px;
	}
	.dxOrganizationContents2 .block1 .contents {
		flex: 1;
	}
	.dxOrganizationContents2 .block1 .image {
		width: 100%;
	}
	.dxOrganizationContents2 .block2 {}
	.dxOrganizationContents2 .block2 .contents {
		margin-bottom: 25px;
	}
	.dxOrganizationContents2 .block2 .items {
		width: 100%;
	}
}

/* // dxItems_a
----------------------------------------------- */
.dxItems_a {
	display: grid;
	gap: 13px;
	grid-template-columns: repeat(3, 1fr);
}
.dxItems_a li {
	background-image: var(--grad1);
	padding: 1px;
	height: 100%;
	border-radius: 5px;
	position: relative;
}
.dxItems_a li .text {
	background-color: #fff;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	font-size: 17px;
	color: var(--c1);
	height: 80px;
	line-height: 134%;
	text-align: center;
}
.dxItems_a li:before {
	content: " ";
	display: block;
	width: 100%;
	height: 100%;
	background-image: var(--grad1);
	position: absolute;
	top: 4px;
	left: 4px;
	z-index: -10;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.dxItems_a {
		gap: 9px;
		grid-template-columns: repeat(2, 1fr);
	}
	.dxItems_a li {
		background-image: var(--grad1);
		padding: 1px;
		height: 100%;
		border-radius: 5px;
		position: relative;
	}
	.dxItems_a li .text {
		font-size: 15px;
		height: 70px;
	}
	.dxItems_a li:before {
		top: 3px;
		left: 3px;
	}
}

/* // dxEnvironmentContents1
----------------------------------------------- */
.dxEnvironmentContents1 .images1 {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 30px;
}
.dxEnvironmentContents1 .images1 img {
	border-radius: 4px;
}
.dxEnvironmentContents1 .renewalPolicy {
	margin-top: 40px;
	position: relative;
	border-radius: 8px;
	padding: 1px;
	background-image: var(--grad1);
}
.dxEnvironmentContents1 .renewalPolicy:before {
	content: " ";
	display: block;
	width: 100%;
	height: 100%;
	background-image: var(--grad1);
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: -5;
	border-radius: 8px;
}
.dxEnvironmentContents1 .renewalPolicy > .inner {
	position: relative;
	border-radius: 7px;
	padding: 32px;
	background-color: #fff;
}
.dxEnvironmentContents1 .renewalPolicy .title {
	margin-bottom: 24px;
}
.dxEnvironmentContents1 .renewalPolicy .items {
	display: grid;
	gap: 24px;
}
.dxEnvironmentContents1 .renewalPolicy .items li {
	line-height: 150%;
}
.dxEnvironmentContents1 .renewalPolicy .items li .text {
	display: inline-block;
	position: relative;
	font-weight: 600;
	font-size: 17px;
}
.dxEnvironmentContents1 .renewalPolicy .items li .text:before {
	content: " ";
	display: block;
	width: 100%;
	height: 1px;
	background-image: var(--grad1);
	position: absolute;
	bottom: -5px;
	left: 0px;
	opacity: 40%;
}
.dxEnvironmentContents1 .renewalPolicy .items li .text .num {
	display: inline-block;
	width: 37px;
	font-size: 26px;
	font-family: var(--ffEn1);
	color: var(--c1);
	transform: translateY(2px);
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.dxEnvironmentContents1 .images1 {
		gap: 10px;
		grid-template-columns: repeat(1, 1fr);
		margin-top: 22px;
	}
	.dxEnvironmentContents1 .images1 img {
		border-radius: 3px;
	}
	.dxEnvironmentContents1 .renewalPolicy {
		margin-top: 35px;
	}
	.dxEnvironmentContents1 .renewalPolicy:before {
		content: " ";
		display: block;
		width: 100%;
		height: 100%;
		background-image: var(--grad1);
		position: absolute;
		top: 5px;
		left: 5px;
		z-index: -5;
		border-radius: 8px;
	}
	.dxEnvironmentContents1 .renewalPolicy > .inner {
		padding: 16px;
	}
	.dxEnvironmentContents1 .renewalPolicy .title {
		margin-bottom: 14px;
	}
	.dxEnvironmentContents1 .renewalPolicy .items {
		display: grid;
		gap: 24px;
	}
	.dxEnvironmentContents1 .renewalPolicy .items li {}
	.dxEnvironmentContents1 .renewalPolicy .items li .text {
		display: flex;
		font-size: 15px;
	}
	.dxEnvironmentContents1 .renewalPolicy .items li .text:before {}
	.dxEnvironmentContents1 .renewalPolicy .items li .text .num {
		width: 30px;
		font-size: 23px;
		margin-right: 10px;
	}
}

/* // dxEnvironmentContents2
----------------------------------------------- */
.dxEnvironmentContents2 .img1 {
	width: 650px;
	margin: 20px auto 0;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.dxEnvironmentContents2 .img1 {
		width: 100$;
	}
}

/* // dxEnvironmentContents3
----------------------------------------------- */
.dxEnvironmentContents3 .blockWrap {
	margin-top: 30px;
	display: grid;
	gap: 50px;
}
.dxEnvironmentContents3 .block1 .img1 {
	width: 650px;
	margin: 20px auto 0;
}
.dxEnvironmentContents3 .block2 .images1 {
	display: grid;
	gap: 30px;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 20px;
	margin-bottom: 40px;
}
.dxEnvironmentContents3 .block2 .images1 .text {
	text-align: center;
	margin-top: -30px;
	position: relative;
	z-index: 10;
}
.dxEnvironmentContents3 .block2 .images1 .text .in {
	background-color: var(--c1);
	font-size: 103%;
	line-height: 150%;
	font-weight: 500;
	display: inline-block;
	border-radius: 3px;
	color: #fff;
	padding: 4px 10px;
}
.dxEnvironmentContents3 .block2 .wrap1 {
	margin-top: 40px;
	display: flex;
	align-items: flex-start;
}
.dxEnvironmentContents3 .block2 .wrap1 .img1 {
	width: 430px;
	margin-right: 40px;
}
.dxEnvironmentContents3 .block2 .wrap1 .items {
	flex: 1;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.dxEnvironmentContents3 .blockWrap {
		margin-top: 25px;
		gap: 43px;
	}
	.dxEnvironmentContents3 .block1 .img1 {
		width: 100%;
	}
	.dxEnvironmentContents3 .block2 .images1 {
		gap: 20px;
		grid-template-columns: repeat(1, 1fr);
		margin-top: 20px;
		margin-bottom: 36px;
	}
	.dxEnvironmentContents3 .block2 .images1 .text {
		text-align: center;
		margin-top: -30px;
		position: relative;
		z-index: 10;
	}
	.dxEnvironmentContents3 .block2 .images1 .text .in {
		background-color: var(--c1);
		font-size: 103%;
		line-height: 150%;
		font-weight: 500;
		display: inline-block;
		border-radius: 3px;
		color: #fff;
		padding: 4px 10px;
	}
	.dxEnvironmentContents3 .block2 .wrap1 {
		margin-top: 34px;
		display: grid;
	}
	.dxEnvironmentContents3 .block2 .wrap1 .img1 {
		width: 100%;
		margin-right: 0;
	}
	.dxEnvironmentContents3 .block2 .wrap1 .items {
		flex: 1;
		margin-top: 28px;
	}
}

/* // contactIndex_a
----------------------------------------------- */
.contactIndex_a {
	display: grid;
	gap: 45px;
}
.contactIndex_a > .block {
	text-align: left;
}
.contactIndex_a > .block .htx {
	margin-bottom: 18px;
	padding-bottom: 14px;
}
.contactIndex_a > .block .htx .text {
	font-size: 25px;
}
.contactIndex_a > .block .btn {
	margin-top: 13px;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.contactIndex_a {
		gap: 40px;
	}
	.contactIndex_a > .block .htx {
		margin-bottom: 12px;
		padding-bottom: 12px;
	}
	.contactIndex_a > .block .htx .text {
		font-size: 20px;
	}
	.contactIndex_a > .block .btn {
		margin-top: 7px;
	}
}

/* // downloadDetail_a
----------------------------------------------- */
.downloadDetail_a .title1 {
	font-size: 167%;
	font-weight: 600;
	line-height: 1.5;
	margin-bottom: 25px;
}
.downloadDetail_a .image1 {
	padding: 20px;
	height: 340px;
	background-color: #f2f2f2;
	margin-bottom: 30px;
	border-radius: 8px;
}
.downloadDetail_a .image1 > .in {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	height: 100%;
}

.downloadDetail_a .description {
	font-size: 104%;
	line-height: 2;
	margin-bottom: 40px;
}
.downloadDetail_a .pointsWrap {}
.downloadDetail_a .pointsWrap .hx1 {
	font-size: 120%;
	font-weight: 600;
	line-height: 1.5;
	margin-bottom: 18px;
}
.downloadDetail_a .pointsWrap .points {
	display: grid;
	gap: 22px;
}
.downloadDetail_a .pointsWrap .points li {
	position: relative;
	font-size: 17px;
	font-weight: 600;
	line-height: 1.6;
	padding-top: 3px;
	padding-left: 42px;
	padding-bottom: 7px;
}
.downloadDetail_a .pointsWrap .points li:after {
	content: " ";
	display: block;
	width: 100%;
	height: 1px;
	background-image: var(--grad1);
	position: absolute;
	bottom: 0px;
	left: 0px;
	opacity: 40%;
}

.downloadDetail_a .pointsWrap .points li:before {
	position: absolute;
	left: 0px;
	top: 0;
	font-size: 110%;
	content: "\ea7c";
	font-family: iconfontA;
	width: 30px;
	height: 30px;
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	-ms-align-items: center;
	justify-content: center;
	-ms-justify-content: center;
	color: #fff;
	background-color: var(--c1);
	border-radius: 100px;
}

.downloadDetail_a .services {
	line-height: 1;
	margin-bottom: 9px;
	display: flex;
	gap: 10px;
	align-items: center;
	flex-wrap: wrap;
}
.downloadDetail_a .services li {
	display: inline-block;
	line-height: 1;
	color: #fff;
	background-color: var(--c0_hover_1);
	font-size: 87%;
	padding: 5px 12px 5px 7px;
	border-radius: 0 20px 20px 0;
}

.downloadDetail_a .problem {
	margin-top: -10px;
	margin-bottom: 25px;
	display: flex;
	gap: 10px;
	align-items: center;
	flex-wrap: wrap;
}

.downloadDetail_a .problem li {
	line-height: 1;
	font-size: 11px;
	background-color: var(--bg1);
	border-radius: 2px;
	padding: 5px 9px;
	color: var(--c1);
}
.downloadDetail_a .problem li::before {
	content: "#";
	margin-right: 2px;
	display: none;
}

.downloadDetail_a .free1 {
	margin-top: 60px;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.downloadDetail_a .title1 {
		font-size: 155%;
		margin-bottom: 20px;
	}
	.downloadDetail_a .image1 {
		padding: 15px;
		height: 220px;
		margin-bottom: 20px;
	}
	.downloadDetail_a .image1 > .in {
		background-position: center center;
		background-repeat: no-repeat;
		background-size: auto 100%;
		height: 100%;
	}

	.downloadDetail_a .description {
		font-size: 100%;
		line-height: 1.9;
		margin-bottom: 25px;
	}

	.downloadDetail_a .pointsWrap {}
	.downloadDetail_a .pointsWrap .hx1 {
		font-size: 118%;
		margin-bottom: 13px;
	}
	.downloadDetail_a .pointsWrap .points {
		gap: 17px;
	}
	.downloadDetail_a .pointsWrap .points li {
		font-size: 100%;
		padding-top: 1px;
		padding-left: 33px;
	}
	.downloadDetail_a .pointsWrap .points li:before {
		font-size: 110%;
		width: 24px;
		height: 24px;
	}
	.downloadDetail_a .pointsWrap .points li:last-of-type {
		margin-bottom: 0;
	}

	.downloadDetail_a .free1 {
		margin-top: 40px;
	}
}

/* // toc_a
----------------------------------------------- */
.toc_a {
	border: 1px solid var(--c1);
	border-radius: 6px;
	padding: 17px 25px 25px;
}
.toc_a .title {
	font-size: 18px;
	line-height: 150%;
	font-weight: 600;
	margin-bottom: 14px;
	text-align: center;
	color: var(--c1);
	letter-spacing: 29%;
}
.toc_a .list {
	display: grid;
	gap: 16px;
}
.toc_a .list li {
	line-height: 150%;
	display: flex;
	align-items: flex-start;
}
.toc_a .list li:before {
	content: "0";
	width: 31px;
	aspect-ratio: 10 / 10;
	background-color: var(--c1);
	margin-right: 10px;
	font-family: var(--ffEn1);
	color: #fff;
	font-weight: 600;
	border-radius: 4px;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	padding-top: 2px;
	font-size: 20px;
}
.toc_a .list li .text {
	flex: 1;
	font-size: 17px;
	line-height: 150%;
	font-weight: 600;
	margin-top: 3px;
}

.toc_a .list li:nth-of-type(1):before {
	content: "1";
}
.toc_a .list li:nth-of-type(2):before {
	content: "2";
}
.toc_a .list li:nth-of-type(3):before {
	content: "3";
}
.toc_a .list li:nth-of-type(4):before {
	content: "4";
}
.toc_a .list li:nth-of-type(5):before {
	content: "5";
}
.toc_a .list li:nth-of-type(6):before {
	content: "6";
}
.toc_a .list li:nth-of-type(7):before {
	content: "7";
}
.toc_a .list li:nth-of-type(8):before {
	content: "8";
}
.toc_a .list li:nth-of-type(9):before {
	content: "9";
}
.toc_a .list li:nth-of-type(10):before {
	content: "10";
}
.toc_a .list li:nth-of-type(11):before {
	content: "11";
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.toc_a {
		border-radius: 4px;
		padding: 13px 10px 17px;
	}
	.toc_a .title {
		font-size: 16px;
		margin-bottom: 4px;
	}
	.toc_a .list {
		gap: 8px;
	}
	.toc_a .list li {}
	.toc_a .list li:before {
		width: 25px;
		margin-right: 9px;
		padding-top: 1px;
		font-size: 18px;
	}
	.toc_a .list li .text {
		font-size: 13px;
		margin-top: 3px;
	}
}

/* // blockWrap_a
----------------------------------------------- */
:root {
	--blockWrap_a_gap: 55px;
	--blockWrap_a_gap_s1: 45px;
	--blockWrap_a_gap_s2: 35px;
}

.blockWrap_a {
	display: grid;
	gap: var(--blockWrap_a_gap);
}
.blockWrap_a > .block {
	padding-bottom: var(--blockWrap_a_gap);
	position: relative;
}
.blockWrap_a._s1 {
	gap: var(--blockWrap_a_gap_s1);
}
.blockWrap_a._s1 > .block {
	padding-bottom: var(--blockWrap_a_gap_s1);
}
.blockWrap_a._s2 {
	gap: var(--blockWrap_a_gap_s2);
}
.blockWrap_a._s2 > .block {
	padding-bottom: var(--blockWrap_a_gap_s2);
}

.blockWrap_a > .block:after {
	content: " ";
	display: block;
	width: 90%;
	height: 1px;
	background-image: var(--grad1);
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
	opacity: 30%;
}
.blockWrap_a > .block:last-of-type {
	padding-bottom: 0;
}
.blockWrap_a > .block:last-of-type:after {
	display: none;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.blockWrap_a {
		gap: 40px;
		display: flex;
		flex-wrap: wrap;
	}
	.blockWrap_a > .block {
		padding-bottom: 40px;
		position: relative;
		width: 100%;
	}
	.blockWrap_a > .block:after {
		width: 95%;
	}
}

/* // blockWrap_b
----------------------------------------------- */
.blockWrap_b {
	display: grid;
	gap: 40px;
}
.blockWrap_b[data-margin="20"] {
	gap: 20px;
}
.blockWrap_b[data-margin="30"] {
	gap: 30px;
}
.blockWrap_b[data-margin="40"] {
	gap: 40px;
}
.blockWrap_b[data-margin="50"] {
	gap: 50px;
}
.blockWrap_b[data-margin="60"] {
	gap: 60px;
}
.blockWrap_b[data-margin="70"] {
	gap: 70px;
}
.blockWrap_b > .block {
	position: relative;
}

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

	.blockWrap_b {
		gap: calc(50px * var(--blockWrap_b_n));
	}
	.blockWrap_b[data-margin="20"] {
		gap: calc(20px * var(--blockWrap_b_n));
	}
	.blockWrap_b[data-margin="30"] {
		gap: calc(30px * var(--blockWrap_b_n));
	}
	.blockWrap_b[data-margin="40"] {
		gap: calc(40px * var(--blockWrap_b_n));
	}
	.blockWrap_b[data-margin="50"] {
		gap: calc(50px * var(--blockWrap_b_n));
	}
	.blockWrap_b[data-margin="60"] {
		gap: calc(60px * var(--blockWrap_b_n));
	}
	.blockWrap_b[data-margin="70"] {
		gap: calc(70px * var(--blockWrap_b_n));
	}
}

/* // businessModel_a
----------------------------------------------- */
.businessModel_a {}
.businessModel_a .htx1 {
	font-size: 26px;
	margin-bottom: 15px;
}
.businessModel_a .catch1 {
	font-size: 260%;
	line-height: 140%;
	font-weight: 800;
	color: var(--c1);
	text-align: center;
}
.businessModel_a .textList1 {
	display: grid;
	gap: 8px;
	background-color: var(--bg2);
	padding: 19px;
	border-radius: 4px;
}
.businessModel_a .textList1 li {
	display: flex;
	gap: 10px;
}
.businessModel_a .textList1 li::before {
	font-family: iconfontA;
	content: "\ea63";
	font-size: 16px;
	color: var(--c1);
	line-height: 150%;
}

.businessModel_a .textList1 li .text {
	flex: 1;
	font-size: 108%;
	line-height: 150%;
	font-weight: 500;
}
.businessModel_a .wrap1 {
	display: flex;
	gap: 30px;
	margin-top: 20px;
}
.businessModel_a .wrap1 .image {
	width: 550px;
}
.businessModel_a .wrap1 .contents {
	flex: 1;
}
.businessModel_a .textList2 {
	display: grid;
	gap: 10px;
}
.businessModel_a .textList2 li {
	display: flex;
	gap: 10px;
}
.businessModel_a .textList2 li::before {
	font-family: iconfontA;
	content: "\ea63";
	font-size: 16px;
	line-height: 150%;
}

.businessModel_a .textList2 li .text {
	flex: 1;
	font-size: 101%;
	line-height: 150%;
	font-weight: 500;
}
.businessModel_a .img2 {
	margin: 15px auto 0;
	width: 900px;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.businessModel_a .htx1 {
		font-size: 23px;
		margin-bottom: 11px;
	}
	.businessModel_a .catch1 {
		font-size: 26px;
		line-height: 140%;
	}
	.businessModel_a .textList1 {
		gap: 7px;
		padding: 14px;
	}
	.businessModel_a .textList1 li {
		gap: 7px;
	}
	.businessModel_a .textList1 li::before {
		font-size: 15px;
	}
	.businessModel_a .textList1 li .text {
		font-size: 97%;
		line-height: 160%;
	}
	.businessModel_a .wrap1 {
		display: grid;
		gap: 22px;
		margin-top: 17px;
	}
	.businessModel_a .wrap1 .image {
		width: 100%;
	}
	.businessModel_a .wrap1 .contents {
		width: 100%;
	}
	.businessModel_a .textList2 {
		gap: 7px;
	}
	.businessModel_a .textList2 li {
		gap: 8px;
	}
	.businessModel_a .textList2 li::before {
		font-size: 15px;
	}
	.businessModel_a .textList2 li .text {
		font-size: 99%;
	}
	.businessModel_a .img2 {
		width: 100%;
	}
}

/* // whatDaikoNavi
----------------------------------------------- */
.whatDaikoNavi {
	margin-bottom: 80px;
}
.whatDaikoNavi .htx1 {
	font-size: 28px;
	line-height: 150%;
	font-weight: 600;
	margin-bottom: 25px;
	text-align: center;
}
.whatDaikoNavi .navi {
	display: grid;
	gap: 25px;
	grid-template-columns: repeat(3, 1fr);
}
.whatDaikoNavi .navi li {
	display: block;
	padding: 19px 10px 15px;
	background-color: #fff;
	border-radius: 12px;
	border: 3px solid var(--c1);
	text-align: center;
}
.whatDaikoNavi .navi li > * {
	text-align: center;
}
.whatDaikoNavi .navi li .name {
	font-size: 30px;
	line-height: 150%;
	font-weight: 600;
	margin-bottom: 7px;
	font-family: var(--ffEn1);
	letter-spacing: 0%;
	color: var(--c1);
}
.whatDaikoNavi .navi li .text1 {
	font-size: 102%;
	line-height: 150%;
	font-weight: 500;
	margin-bottom: 15px;
}
.whatDaikoNavi .navi li .text1 .em1 {
	display: inline-block;
	position: relative;
	font-weight: 600;
	padding: 0px 3px 2px;
}
.whatDaikoNavi .navi li .em1:after {
	content: " ";
	display: block;
	width: 100%;
	height: 2px;
	background-image: var(--grad1);
	position: absolute;
	bottom: 0px;
	left: 0px;
}
.whatDaikoNavi .navi li .iconImg {
	width: 140px;
	height: auto;
	margin: 0 auto 14px;
}
.whatDaikoNavi .navi li .text2 {
	margin-bottom: 10px;
	line-height: 150%;
}
.whatDaikoNavi .navi li .text2 .text {
	line-height: 150%;
	background-color: var(--c1);
	color: #fff;
	font-weight: 500;
	font-size: 100%;
	padding: 5px 10px;
	border-radius: 3px;
}
.whatDaikoNavi .navi li .text2 .text .em1 {
	font-size: 111%;
	padding: 0px 2px;
	text-decoration: underline;
	text-underline-offset: 4px;
}
.whatDaikoNavi .navi li .btn {
	width: 93%;
	margin-top: 13px;
	border-width: 2px;
	font-weight: 500;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.whatDaikoNavi {
		margin-bottom: 50px;
	}
	.whatDaikoNavi .htx1 {
		font-size: 21px;
		line-height: 150%;
		font-weight: 600;
		margin-bottom: 12px;
		text-align: center;
	}
	.whatDaikoNavi .navi {
		gap: 18px;
		grid-template-columns: none;
	}
	.whatDaikoNavi .navi li {
		padding: 10px 8px 8px;
		border-radius: 8px;
		border-width: 2px;
	}
	.whatDaikoNavi .navi li > * {
		text-align: center;
	}
	.whatDaikoNavi .navi li .name {
		font-size: 28px;
		margin-bottom: 0px;
		letter-spacing: 2%;
	}
	.whatDaikoNavi .navi li .text1 {
		font-size: 99%;
		margin-bottom: 9px;
	}
	.whatDaikoNavi .navi li .text1 .em1 {
		display: inline-block;
		position: relative;
		font-weight: 600;
		padding: 0px 3px 2px;
	}
	.whatDaikoNavi .navi li .em1:after {
		content: " ";
		display: block;
		width: 100%;
		height: 2px;
		background-image: var(--grad1);
		position: absolute;
		bottom: 0px;
		left: 0px;
	}
	.whatDaikoNavi .navi li .iconImg {
		width: 90px;
		margin: 0 auto 13px;
	}
	.whatDaikoNavi .navi li .text2 {
		margin-bottom: 5px;
	}
	.whatDaikoNavi .navi li .text2 .text {
		font-size: 98%;
		padding: 4px 9px;
	}
	.whatDaikoNavi .navi li .text2 .text .em1 {
		font-size: 111%;
	}
	.whatDaikoNavi .navi li .btn {
		width: 88%;
		margin-top: 8px;
		border-width: 2px;
	}
}

/* // whatDaiko_a
----------------------------------------------- */
.whatDaiko_a .setionTitle {}
.whatDaiko_a .setionTitle .text {
	font-size: 50px;
	font-family: var(--ffEn1);
	line-height: 100%;
	padding-bottom: 0px;
}
.whatDaiko_a .img1 {
	width: 500px;
}
.whatDaiko_a .contentsWrap1 {
	display: grid;
	gap: 15px;
	margin-left: 30px;
}
.whatDaiko_a .contentsWrap1 .box {
	border: 1px solid #d2d2d2;
	border-radius: 6px;
	padding: 25px;
}
.whatDaiko_a .contentsWrap1 .box .wrap {
	display: flex;
	gap: 10px;
	align-items: flex-start;
}
.whatDaiko_a .contentsWrap1 .box .img2 {
	width: 500px;
	margin-left: 20px;
}
.whatDaiko_a .contentsWrap1 .box .contents {
	width: 320px;
}
.whatDaiko_a .img3 {
	width: 500px;
}
.whatDaiko_a .img4 {
	width: 340px;
}

.whatDaiko_a .solutionItems {
	margin-top: 10px;
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(2, 1fr);
}
.whatDaiko_a .solutionItems > .item {
	border: 3px solid var(--c1_1);
	border-radius: 13px;
	padding: 16px 21px 8px;
}
.whatDaiko_a .solutionItems > .item > * {
	text-align: center;
}
.whatDaiko_a .solutionItems > .item .text1 {
	font-size: 16px;
	line-height: 150%;
	font-weight: 500;
	margin-bottom: 11px;
}
.whatDaiko_a .solutionItems > .item .text2 {
	font-size: 14px;
	line-height: 150%;
	font-weight: 500;
	margin-bottom: -1px;
	color: var(--c1);
}
.whatDaiko_a .solutionItems > .item .name {
	font-size: 35px;
	line-height: 140%;
	font-weight: 800;
	font-family: var(--ffEn1);
	margin-bottom: 0px;
	color: var(--c1);
}
.whatDaiko_a .solutionItems > .item .text3 {
	font-size: 20px;
	line-height: 150%;
	font-weight: 700;
}
.whatDaiko_a .solutionItems > .item .text3 .em1 {
	font-size: 121%;
	font-weight: 800;
}
.whatDaiko_a .solutionItems > .item .text3 .text {
	display: inline-block;
	position: relative;
	padding: 0 5px 2px;
}
.whatDaiko_a .solutionItems > .item .text3 .text:after {
	content: " ";
	display: block;
	width: 100%;
	height: 2px;
	background-image: var(--grad1);
	position: absolute;
	bottom: 0px;
	left: 0px;
}
.whatDaiko_a .solutionItems > .item .btn {
	width: 93%;
	margin-top: 23px;
	font-weight: 500;
}
/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.whatDaiko_a .setionTitle {
		margin-bottom: 15px;
	}
	.whatDaiko_a .setionTitle .text {
		font-size: 29px;
	}
	.whatDaiko_a .img1 {
		width: 100%;
	}
	.whatDaiko_a .contentsWrap1 {
		gap: 11px;
		margin-left: 0;
	}
	.whatDaiko_a .contentsWrap1 .box {
		border-radius: 5px;
		padding: 14px;
	}
	.whatDaiko_a .contentsWrap1 .box .wrap {
		display: block;
	}
	.whatDaiko_a .contentsWrap1 .box .img2 {
		width: 100%;
		margin-left: 0;
		margin-top: 20px;
	}
	.whatDaiko_a .contentsWrap1 .box .contents {
		width: 100%;
	}
	.whatDaiko_a .img3 {
		width: 100%;
	}
	.whatDaiko_a .img4 {
		width: 250px;
	}

	.whatDaiko_a .solutionItems {
		margin-top: 8px;
		display: grid;
		gap: 7px;
		grid-template-columns: none;
	}
	.whatDaiko_a .solutionItems > .item {
		border-width: 4px;
		border-radius: 12px;
		padding: 14px 12px 5px;
	}
	.whatDaiko_a .solutionItems > .item > * {
		text-align: center;
	}
	.whatDaiko_a .solutionItems > .item .text1 {
		font-size: 14px;
		margin-bottom: 10px;
	}
	.whatDaiko_a .solutionItems > .item .text1 br {
		display: none;
	}
	.whatDaiko_a .solutionItems > .item .text2 {
		font-size: 13px;
	}
	.whatDaiko_a .solutionItems > .item .name {
		font-size: 32px;
	}
	.whatDaiko_a .solutionItems > .item .text3 {
		font-size: 16px;
	}
	.whatDaiko_a .solutionItems > .item .text3 .em1 {
		font-size: 118%;
	}
	.whatDaiko_a .solutionItems > .item .text3 .text {
		padding: 0 3px 2px;
	}
	.whatDaiko_a .solutionItems > .item .btn {
		width: 92%;
		margin-top: 13px;
	}
}

/* // governance_a
----------------------------------------------- */
.governance_a .text1 {
	margin-bottom: 25px;
}
.governance_a .btns {
	display: grid;
	gap: 20px;
}
.governance_a .btns a {
	width: 400px;
}
.governance_a .btns a .tx {
	font-size: 110%;
	letter-spacing: 5%;
}
.governance_a .btns a .icon {
	font-size: 90%;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.governance_a .text1 {
		margin-bottom: 19px;
	}
	.governance_a .btns {
		gap: 14px;
	}
	.governance_a .btns a {
		width: 100%;
	}
	.governance_a .btns a .tx {
		font-size: 105%;
		letter-spacing: 3%;
	}
	.governance_a .btns a .icon {
		font-size: 85%;
	}
}

/* // highlight_a
----------------------------------------------- */
.highlight_a {
	display: grid;
	gap: 50px;
	grid-template-columns: repeat(2, 1fr);
}
.highlight_a .htx1 {
	margin-bottom: 0px;
	color: var(--c1);
}
.highlight_a .fig1 {
	margin-bottom: 10px;
}
.highlight_a .table1 {
	font-size: 92% !important;
	line-height: 130%;
}
.highlight_a .table1 th,
.highlight_a .table1 td {
	padding: 6px 4px;
}
.highlight_a .table1 td {
	text-align: right;
}
.highlight_a .table1 th {
	width: calc((100% - 64px) / 6);
}
.highlight_a .table1 th:first-of-type {
	width: 64px;
}

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

/* // irBtns_a
----------------------------------------------- */
.irBtns_a {
	display: grid;
	gap: 15px 15px;
	grid-template-columns: repeat(3, 1fr);
	line-height: 100%;
}
.irBtns_a._1 {
	grid-template-columns: none;
}
.irBtns_a .btn {
	font-size: 86%;
	width: 100%;
	line-height: 130%;
}
.irBtns_a._1 .btn {
	min-width: 50%;
	width: auto;
}
.irBtns_a .btn .tx {
	justify-content: flex-start;
	text-align: left;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.irBtns_a {
		gap: 12px;
		grid-template-columns: none;
	}
	.irBtns_a._1 {
		grid-template-columns: none;
	}
	.irBtns_a .btn {
		font-size: 90%;
	}
	.irBtns_a._1 .btn {
		min-width: 100%;
	}
}

/* // sustainableContents_a
----------------------------------------------- */
.sustainableContents_a {
	margin-top: 30px;
}
.sustainableContents_a .wrap1 {
	display: flex;
	flex-wrap: wrap;
}
.sustainableContents_a .wrap1 .box {
	width: 46%;
	border: 1px solid var(--c1_2);
	border-radius: 8px;
	padding: 20px;
}
.sustainableContents_a .wrap1 .arrow1 {
	display: flex;
	align-items: center;
	flex: 1;
}
.sustainableContents_a .wrap1 .arrow1 .in {
	display: block;
	width: 10px;
	height: 30px;
	background-color: var(--c1_2);
	position: relative;
	margin: 0px auto;
}
.sustainableContents_a .wrap1 .arrow1 .in:before {
	content: " ";
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 30px solid transparent;
	border-bottom: 30px solid transparent;
	border-left: 20px solid var(--c1_2);
	border-right: 0;
	position: absolute;
	top: 50%;
	left: 100%;
	transform: translateY(-50%);
}
.sustainableContents_a .wrap1 .arrow1 .in:after {
	content: " ";
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 30px solid transparent;
	border-bottom: 30px solid transparent;
	border-right: 20px solid var(--c1_2);
	border-left: 0;
	position: absolute;
	top: 50%;
	right: 100%;
	transform: translateY(-50%);
}
.sustainableContents_a .htx1 {
	margin-bottom: 25px;
}
.sustainableContents_a .img1 {
	width: 300px;
}
.sustainableContents_a .img2 {
	width: 100%;
	margin-bottom: 40px;
}
.sustainableContents_a .img3 {
	width: 100%;
}
.sustainableContents_a .arrow2 {
	margin: 16px auto 7px;
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 43px solid transparent;
	border-left: 43px solid transparent;
	border-top: 30px solid var(--c1_2);
	border-bottom: 0;
}
.sustainableContents_a .catch1 {
	text-align: center;
	font-size: 29px;
	line-height: 150%;
	font-weight: 710;
	letter-spacing: 3%;
	color: var(--c1);
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.sustainableContents_a {
		margin-top: 18px;
	}
	.sustainableContents_a .wrap1 {
		display: grid;
	}
	.sustainableContents_a .wrap1 .box {
		width: 100%;
		border-radius: 6px;
		padding: 14px;
	}
	.sustainableContents_a .wrap1 .arrow1 {
		display: block;
		flex: 1;
	}
	.sustainableContents_a .wrap1 .arrow1 .in {
		display: block;
		width: 10px;
		height: 30px;
		background-color: var(--c1_2);
		position: relative;
		margin: 14px auto;
		transform: rotate(90deg);
	}
	.sustainableContents_a .htx1 {
		margin-bottom: 16px;
	}
	.sustainableContents_a .img1 {
		width: 261px;
	}
	.sustainableContents_a .img2 {
		width: 86%;
		margin-bottom: 20px;
	}
	.sustainableContents_a .img3 {
		width: 100%;
	}
	.sustainableContents_a .arrow2 {
		margin: 12px auto 5px;
	}
	.sustainableContents_a .catch1 {
		font-size: 22px;
		line-height: 139%;
		letter-spacing: 2%;
	}
}

/* // sustainableImages_a
----------------------------------------------- */
.sustainableImages_a {
	margin-top: 30px;
	display: grid;
	gap: 30px;
}
/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.sustainableImages_a {
		gap: 20px;
	}
}

/* // solutionContentsNavi_a
----------------------------------------------- */
.solutionContentsNavi_a {
	margin: 60px 0px;
	line-height: 100%;
}
.solutionContentsNavi_a .btns {
	gap: 14px 15px;
	display: grid;
	gap: 14px 15px;
	grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: calc(1051px - 1px)) {
	.solutionContentsNavi_a .btns{
		grid-template-columns: repeat(3, 1fr);
	}
}

.solutionContentsNavi_a .btns .btn {
	width: 100%;
	min-width: 200px;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.solutionContentsNavi_a {
		margin: 45px 0px;
	}
	.solutionContentsNavi_a .btns {
		display: flex;
		flex-wrap: wrap;
		gap: 12px;
	}
	.solutionContentsNavi_a .btns li {
		width: 100%;
	}
	.solutionContentsNavi_a .btns .btn {
		width: 100%;
	}
}

/* // solutionContentsSectionWrap_a
----------------------------------------------- */
.solutionContentsSectionWrap_a {
	margin-top: 50px;
	display: grid;
	gap: 40px;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.solutionContentsSectionWrap_a {
		margin-top: 38px;
		gap: 30px;
	}
}

/* // solutionMovieIntroduction_a
----------------------------------------------- */
.solutionMovieIntroduction_a {
	display: flex;
	gap: 50px;
	justify-content: center;
}
.solutionMovieIntroduction_a .movie {
	width: 500px;
	min-width: 500px;
	overflow: hidden;
	line-height: 1;
}
.solutionMovieIntroduction_a .movie iframe {
	width: 100%;
	border-radius: 10px;
}
.solutionMovieIntroduction_a .textWrap {
	flex:1;
}
.solutionMovieIntroduction_a .textWrap .htx1 {
	font-size: 20px;
	line-height: 170%;
	font-weight: 700;
	margin-bottom: 16px;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.solutionMovieIntroduction_a {
		display: grid;
		gap: 36px;
	}
	.solutionMovieIntroduction_a .movie {
		width: 100%;
		min-width: 100%;
	}
	.solutionMovieIntroduction_a .movie iframe {
		border-radius: 8px;
	}
	.solutionMovieIntroduction_a .textWrap {}
	.solutionMovieIntroduction_a .textWrap .htx1 {
		font-size: 17px;
		margin-bottom: 13px;
	}
}

/* // solutionMovieIntroduction_b
----------------------------------------------- */
.solutionMovieIntroduction_b {
	display: flex;
	gap: 35px;
	justify-content: center;
	align-items: center;;
}
.solutionMovieIntroduction_b .movie {
	width: 420px;
	min-width: 420px;
	overflow: hidden;
	line-height: 1;
}
.solutionMovieIntroduction_b .movie iframe {
	width: 100%;
	border-radius: 10px;
}
.solutionMovieIntroduction_b .textWrap {
		flex:1;
}
.solutionMovieIntroduction_b .textWrap .htx1 {
	font-size: 22px;
	line-height: 170%;
	font-weight: 700;
	margin-bottom: 16px;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.solutionMovieIntroduction_b {
		display: grid;
		gap: 36px;
	}
	.solutionMovieIntroduction_b .movie {
		width: 100%;
		min-width: 100%;
	}
	.solutionMovieIntroduction_b .movie iframe {
		border-radius: 8px;
	}
	.solutionMovieIntroduction_b .textWrap {}
	.solutionMovieIntroduction_b .textWrap .htx1 {
		font-size: 17px;
		margin-bottom: 13px;
	}
}

/* // solutionContentsItem_a
----------------------------------------------- */
.solutionContentsItem_a {
	border: 5px solid var(--bg3);
	border-radius: 9px;
	padding: 18px;
	margin-bottom: 15px;
	display: flex;
	align-items: flex-start;
	gap: 20px;
}
.solutionContentsItem_a > img {
	min-width: 110px;
	width: 110px;
	overflow: hidden;
	display: block;
	border-radius: 6px;
}
.solutionContentsItem_a .contents {
	width: auto;
	flex: 1;
	text-align: left;
}
.solutionContentsItem_a .contents .solutionHtx_a,
.solutionContentsItem_a .contents .solutionHtx_b,
.solutionContentsItem_a .contents .solutionHtx_c {
	font-size: 123%;
}

/* _1 */
.solutionContentsItem_a._1 > img {
	min-width: 220px;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.solutionContentsItem_a {
		border-width: 3px;
		border-radius: 7px;
		padding: 9px;
		margin-bottom: 11px;
		gap: 8px;
	}
	.solutionContentsItem_a > img {
		min-width: 70px;
		width: 10px;
		overflow: hidden;
		display: block;
		border-radius: 4px;
	}
	.solutionContentsItem_a .contents {}
	.solutionContentsItem_a .contents .solutionHtx_a,
	.solutionContentsItem_a .contents .solutionHtx_b,
	.solutionContentsItem_a .contents .solutionHtx_c {
		font-size: 110%;
	}

	/* _1 */
	.solutionContentsItem_a._1 > img {
		min-width: 220px;
	}
}

/* // solutionContentsItem_b
----------------------------------------------- */
.solutionContentsItem_b {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(3, 1fr);
}
.solutionContentsItem_b > br {
	display: none;
}
.solutionContentsItem_b > div {
	border: 1px solid #ececec;
	border-radius: 8px;
	overflow: hidden;
}
.solutionContentsItem_b > div .image {
	width: 100%;
	aspect-ratio: 10 / 5.5;
	overflow: hidden;
}
.solutionContentsItem_b > div .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.solutionContentsItem_b > div .contents {
	padding: 20px;
}
.solutionContentsItem_b .solutionBtn1 {
	min-width: 100px;
	width: 100%;
	margin-top: 12px;
}



/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.solutionContentsItem_b {
		gap: 20px;
		grid-template-columns: none;
	}
	.solutionContentsItem_b > div {
		border-radius: 6px;
	}
	.solutionContentsItem_b > div .contents {
		padding: 15px;
	}
	.solutionContentsItem_b .solutionBtn1 {
		margin-top: 10px;
	}

}

/* // solutionContentsItem_c
----------------------------------------------- */
.solutionContentsItem_c {
	margin-bottom: 30px;
	display: flex;
	align-items: flex-start;
	gap: 35px;
}
.solutionContentsItem_c:last-of-type {
	margin-bottom: 0;
}
.solutionContentsItem_c > img {
	width: 40%;
	overflow: hidden;
	display: block;
	border-radius: 6px;
}
.solutionContentsItem_c .contents {
	flex: 1;
}

/*_s1*/
.solutionContentsItem_c._s1 > img {
	width: 25%;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.solutionContentsItem_c {
		margin-bottom: 30px;
		gap: 14px;
		flex-wrap: wrap;
		flex-direction: column;
	}
	.solutionContentsItem_c > img {
		width: 100%;
		border-radius: 5px;
	}
	.solutionContentsItem_c .contents {
		width: 100%;
	}
	/*_s1*/
	.solutionContentsItem_c._s1 > img {
		width: 100%;
	}
}


/* // solutionContentsItem_d
----------------------------------------------- */
.solutionContentsItem_d {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(3, 1fr);
}
.solutionContentsItem_d > .item {
	display: flex;
	gap: 10px;
	align-items: center;
	border: 3px solid #FDE8F0;
	border-radius: 10px;
	padding: 5px 10px;
	line-height: 1;
}
.solutionContentsItem_d > .item._w2 {
	grid-column: span 2;
}
.solutionContentsItem_d > .item img {
	width: 50px;
	height: auto;
}
.solutionContentsItem_d > .item .contents {
	flex: 1;
	font-size: 113%;
	font-weight: 500;
	line-height: 130%;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.solutionContentsItem_d {
		display: flex;
		gap: 11px;
		flex-direction: column;
	}
	.solutionContentsItem_d > .item {}
	.solutionContentsItem_d > .item._w2 {
		grid-column: span 2;
	}
	.solutionContentsItem_d > .item img {}
	.solutionContentsItem_d > .item .contents {}

}


/* // solution パーツ
----------------------------------------------- */
/* solutionBtn1 */
.solutionBtn1 {
	max-width: 100%;
	min-width: 280px;
	display: inline-block;
	padding: 12px 30px !important;
	color: #FFF;
	text-align: center;
	background: var(--c1) !important;
	border-radius: 100px !important;
	position: relative;
	font-size: 103%;
	margin-left: 0 !important;
	margin-right: 0 !important;
	box-shadow: 0px 0px 0 rgba(0,0,0,0) !important;
}

.solutionBtn1:hover {
	animation: animHover_b 0.55s infinite ease-out;
	animation-iteration-count: 1;
	transform: translateX(0px);
}
.solutionBtn1:after {
	font-family: iconfontA;
	content: "\ebaa";
	font-size: 18px;
	line-height: 1;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 8px;
}


/* solutionText1 */
.solutionText1 {
	font-size: 96%;
	line-height: 186%;
}

/* solutionList1 */
.solutionList1 {
	display: grid;
	gap: 6px;
	font-size: 95%;
	line-height: 155%;
}
.solutionList1 li {
	display: flex;
	gap: 3px;
	align-items: flex-start;
}
.solutionList1 li:before {
	font-family: iconfontA;
	content: "\ea63";
	font-size: 100%;
	color: var(--c1);
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	/* solutionBtn1 */
	.solutionBtn1 {
		margin-top: 15px;
		width: 100%;
		min-width: 200px;
		display: block;
	}
	/* solutionText1 */
	.solutionText1 {
		font-size: 95%;
		line-height: 170%;
	}

	/* solutionList1 */
	.solutionList1 {
		display: grid;
		gap: 6px;
		font-size: 95%;
		line-height: 155%;
	}
	.solutionList1 li {
		display: flex;
		gap: 3px;
		align-items: flex-start;
	}
	.solutionList1 li:before {
		font-family: iconfontA;
		content: "\ea63";
		font-size: 100%;
		color: var(--c1);
	}
}

/* // solutionHtx_a
----------------------------------------------- */
.solutionHtx_a {
	line-height: 140%;
	margin-bottom: 9px;
	font-weight: 600;
	font-size: 117%;
}

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

/* // solutionHtx_b
----------------------------------------------- */
.solutionHtx_b {
	line-height: 140%;
	margin-bottom: 9px;
}
.solutionHtx_b .text {
	display: inline-block;
	border-radius: 4px;
	padding: 3px 6px;
	background-color: var(--c1);
	color: #fff;
	font-weight: 500;
	font-size: 107%;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.solutionHtx_b {
		line-height: 138%;
		margin-bottom: 7px;
	}
	.solutionHtx_b .text {
		border-radius: 3px;
		padding: 2px 4px;
		font-size: 103%;
	}
}

/* // solutionHtx_c
----------------------------------------------- */
.solutionHtx_c {
	line-height: 150%;
	font-weight: 600;
	font-size: 134%;
	margin-bottom: 14px;
}
.solutionHtx_c .text {
	display: inline-block;
	position: relative;
	padding-bottom: 6px;
}
.solutionHtx_c .text:after {
	content: " ";
	display: block;
	width: 100%;
	height: 1px;
	background-image: var(--grad1);
	position: absolute;
	bottom: 0px;
	left: 0px;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.solutionHtx_c {
		line-height: 145%;
		font-size: 127%;
		margin-bottom: 13px;
	}
	.solutionHtx_c .text {
		padding-bottom: 6px;
	}
}

/* // solutionTextItem_a
----------------------------------------------- */
.solutionTextItem_a {
	line-height: 130%;
	display: flex;
	gap: 5px;
	align-items: flex-start;
}
.solutionTextItem_a .label {
	display: inline-block;
	background-color: var(--c1);
	padding: 1px 6px;
	color: #fff;
	font-weight: 500;
	font-size: 86%;
	border-radius: 2px;
	letter-spacing: 3%;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.solutionTextItem_a {
		display: block;
	}
	.solutionTextItem_a .label {
		padding: 1px 4px;
		font-size: 90%;
		letter-spacing: 1%;
		margin-bottom: 2px;
	}
	.solutionTextItem_a .text {
		display: block;
	}
}

/* // solutionBoxFrame_a
----------------------------------------------- */
.solutionBoxFrame_a {
	border: 4px solid #F7B8D2;
	border-radius: 11px;
	padding: 22px;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.solutionBoxFrame_a {
		border-width: 3px ;
		border-radius: 8px;
		padding: 14px;
	}
}


/* // solutionBlock_a
----------------------------------------------- */
.solutionBlock_a {
	display: flex;
	align-items: flex-start;
	gap: 20px;
}
.solutionBlock_a > img {
	max-width: 400px;
}
.solutionBlock_a .contents {
	width: auto;
	flex: 1;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.solutionBlock_a {
		display: flex;
		gap: 15px;
		flex-direction: column;
	}
	.solutionBlock_a > img {
		max-width: 100%;
	}
	.solutionBlock_a .contents {
		width: 100%;
	}
}



/* // slideDefinitionList_a //
----------------------------------------------- */
.slideDefinitionList_a .listHtx1 {
	margin-bottom: 0px;
	margin-top: 10px;
	font-size: 120%;
}
.slideDefinitionList_a .listHtx1:first-of-type {
	margin-top: 0;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.slideDefinitionList_a .listHtx1 {
		margin-top: 7px;
		font-size: 115%;
	}
}

/* // 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)) {}

/* // 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)) {}

/*

*/