@charset "utf-8";

/* // base__
----------------------------------------------- */
:root {
	--c0: #0E0E0E;
	--c1: #497FA1;
	--c2: #3CB6CE;
	--c3: #34C168;
	--bgc1: #F1F1F1;
	--btn1: #ECECEC;
	--sitebg1: #f4f4f4;

}
:target {
	scroll-margin-top: 100px;
}
html,
body {
	color: var(--c0);
	font-weight: 400;
	line-height: 215%;
	font-size: 14px;
	font-family: var(--ffGo);
	font-weight: 400;
	background-color: var(--sitebg1);
}
a {
	color: var(--c0);
}
a:not(.nohover):hover {
	opacity: 70%;
}

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


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

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

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


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

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

	#luxy {}

}


/* // mainContentsWrap
----------------------------------------------- */
.mainContentsWrap {
	position: relative;
	z-index: 50;
	margin: 0 auto 0;
	min-height: 35vh;
}
.mainContentsWrap._mb1 {
	margin-bottom: 110px;
	    margin-top: 70px;
}

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



/* // breadcrumb
----------------------------------------------- */
.breadcrumb {
	top: auto;
	left: auto;
	font-size: 13px;
	padding: 0;
	margin-bottom: 0px;
	margin-top: 6px;
	padding-left: 38px;
	line-height: 140%;
	padding-left: 15px;
	position: absolute;
	/*! margin-top: 10px; */
}
.breadcrumb .list li {
	padding-right: 14px;
	margin-right: 11px;
}
.breadcrumb .list li:first-of-type a:before {
	font-family: iconfontA;
	content: "\e94f";
	font-size: 16px;
	line-height: 1;
	margin-right: 4px;
	color: var(--c1);
}
.breadcrumb .list li:first-of-type * {
	font-family: var(--ffEn1);
	color: var(--c1);
}
.breadcrumb * {
	color: var(--c0);
}
.breadcrumb li a {
	color: #aaa;
	font-size: 110%;
	letter-spacing: 1px;
	font-weight: 300;
}

.breadcrumb .list li::after {
	content: "";
	width: 1px;
	height: 12px;
	background-color: var(--c0);
	transform: rotate(20deg) translateY(-50%);
	;
}

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

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


/* // pc_header
----------------------------------------------- */
:root {
	--pc_header_h: 110px;
}
.pc_header {
	//position: fixed;
	width: 100%;
	top: 0px;
	left: 0px;
	transition: 0.4s;
	background-color: var(--sitebg1);
	z-index: 100;
	position: sticky;
}

.pc_header.hide {
	transform: translateY(-120%);
}
.pc_header > .inner {
	height: var(--pc_header_h);
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.pc_header > .inner * {
	transition: 0.3s;
}

.pc_header .homeLogo {
	flex: 1;
}
.pc_header .homeLogo a {
	display: flex;
	align-items: center;
}
.pc_header .homeLogo .mark {
	width: 70px;
}
.pc_header .homeLogo .logo {
	height: 21px;
	width: auto;
	margin-left: 13px;
}

.pc_header .blockWrap {
	display: flex;
	align-items: center;
	flex-direction: column;
	line-height: 1;
}
.pc_header .dateBlock {
	width: 100%;
}
.pc_header .dateBlock .date {
	display: flex;
	align-items: center;
	font-size: 12px;
	justify-content: flex-end;
}
.pc_header .dateBlock .date .icon {
	font-size: 6px;
	margin: 0 10px;
}

.pc_header .naviBlock {
	display: flex;
	align-items: center;
	margin-top: 20px;
}

.pc_header .naviBlock .btns {
	margin-left: 20px;
	display: flex;
	align-items: center;
	gap: 10px
}
.pc_header .naviBlock .btns .sns {
	font-size: 30px;
}
.pc_header .naviBlock .btns .contact {
	height: 38px;
	min-width: 145px;
}

.blockInsta img{
width:80px
}

.blockInsta{
    margin-left: 10px;
}

/*view*/
.pc_header.view > .inner {
	height: 100px;
}
.pc_header.view .homeLogo .mark {
	width: 60px;
}
.pc_header.view .homeLogo .logo {
	height: 19px;
}
.pc_header.view .dateBlock .date {
	font-size: 11px;
}
.pc_header.view .naviBlock {
	margin-top: 10px;
}



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

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


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

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

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

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

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


@media screen and (max-width: 1000px) {
	.pc_gnavi .siteNaviParents {
		gap: 8px;
	}
	.pc_gnavi .siteNaviParents .link {
		font-size: 110%;
		font-weight: 300;
		letter-spacing: 0.3px;
		padding: 10px 6px 10px;
	}

}


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

	.modalBtn._global {
		border-radius: 100px;
		background-color: rgba(255, 255, 255, 0);
		/*! backdrop-filter: blur(10px); */
	}
	.modalBtn.rightFix.active {
		/*! right: calc(100%); */
		/*! transform: translateX(100%); */
	}
	.modalMenuBox._global > .inner > .menuWrap > .inner {
		padding: 70px 20px 40px;
	}

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

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

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.sp_header {
		height: 60px;
		border-bottom: 1px solid var(--c0);
		display: flex;
		align-items: center;
		padding-left: 10px;
	}
	.sp_header .homeLogo img {
		width: 50px
	}
}


/* // spModalGlobalMenu
----------------------------------------------- */
.spModalGlobalMenu {}
.spModalGlobalMenu .menuWrap {
	background-color: var(--sitebg1);
}

.spModalGlobalMenu .dateBlock {
	margin-bottom: 30px;
}
.spModalGlobalMenu .dateBlock .date {
	display: flex;
	gap: 10px;
	align-items: center;
	flex-direction: column;
	line-height: 150%;
	text-align: center;
	font-size: 11.5px;
	letter-spacing: -1%;
}
.spModalGlobalMenu .dateBlock .date .icon {
	transform: rotate(90deg);
	font-size: 8px;
	margin: -5px 0;
}

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


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

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

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

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

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

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

/* // modalCvItems_a
----------------------------------------------- */
.modalCvItems_a {
	margin-top: 30px;
	display: flex;
	gap: 10px;
	align-items: center;
	padding: 0px 10px;
}
.modalCvItems_a .sns {
	width: 60px;
	aspect-ratio: 10 / 10;
	font-size: 50px;
}
.modalCvItems_a .contact {
	flex: 1;
	min-width: 1px;
}


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




/* // siteFooter
----------------------------------------------- */
.siteFooter {
	background-color: var(--c2);
	position: relative;
	padding-top: calc(120px + 120px);
}
.siteFooter .bg1 {
	position: absolute;
	left: 50%;
	top: 0px;
	width: 100%;
	overflow: hidden;
	padding-top: 120px;
	transform: translate(-50%, 0%);
	background-color: var(--sitebg1);
}
.siteFooter._white .bg1 {
	background-color: #FFF;
}
.siteFooter .bg1 .wrap {
	width: 100%;
	height: 120px;
	overflow: hidden;
	;
}
.siteFooter .bg1 .shape1 {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.siteFooter .ill1 {
	position: absolute;
	top: 140px;
	right: 26px;
	width: 210px;
}
.siteFooter .topBlock {
	padding: 75px 0 75px;
}
.siteFooter .topBlock > .inner {
	display: flex;
}
.siteFooter .topBlock .infoBlock {
	width: calc(100% * 260 / var(--widthFix_n));
	margin-right: calc(100% * 80 / var(--widthFix_n));
}
.siteFooter .topBlock .infoBlock .name {
	font-size: 16px;
	line-height: 160%;
	color: #FFF;
	margin-bottom: 23px;
}
.siteFooter .topBlock .infoBlock .description {
	font-size: 100%;
	line-height: 190%;
	color: #FFF;
	margin-bottom: 25px;
}
.siteFooter .topBlock .infoBlock .btns {
	display: flex;
	align-items: center;
	gap: 10px;
}
.siteFooter .topBlock .infoBlock .btns .sns {
	font-size: 14px;
	color: var(--c0);
	background-color: #FFF;
	border-radius: 100px;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 30px;
	aspect-ratio: 10 / 10;
}
.siteFooter .topBlock .infoBlock .btns .contact {
	height: 38px;
	min-width: 145px;
	background-color: transparent;
	border: 1px solid #FFF;
}
.siteFooter .topBlock .infoBlock .btns .contact:before {
	opacity: 0.08;
}

.siteFooter .topBlock .naviBlock {
	flex: 1;
}
.siteFooter .topBlock .naviBlock .siteNaviParents {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	flex-direction: column;
	font-weight: 500;
}
.siteFooter .topBlock .naviBlock .siteNaviParents a {
	color: #FFF;
}

.siteFooter .topBlock .mapBlock {
	width: calc(100% * 500 / var(--widthFix_n));
	margin-left: calc(100% * 20 / var(--widthFix_n));
	background-color: #FFF;
	padding: 35px 55px;
	border-radius: 5px;
	margin-top: -50px;
}
.siteFooter .topBlock .mapBlock iframe {
	width: 100%;
	height: 170px;
	border-radius: 4px;
}
.siteFooter .topBlock .mapBlock .infoWrap {
	margin-top: 10px;
	font-size: 12px;
	line-height: 160%;
	display: flex;
	gap: 6px 0px;
	flex-wrap: wrap;
	align-items: flex-start;
}
.siteFooter .topBlock .mapBlock .infoWrap dt {
	width: 68px;
}
.siteFooter .topBlock .mapBlock .infoWrap dd {
	width: calc(100% - 68px);
	padding-left: 10px;
}
.siteFooter .topBlock .mapBlock .infoWrap .label {
	background-color: var(--c2);
	text-align: center;
	color: #FFF;
	border-radius: 3px;
	font-size: 91%;
	line-height: 1;
	padding: 3px 2px;
}

.siteFooter .bottomBlock {
	background-color: #FFF;
}
.siteFooter .bottomBlock > .inner {
	position: relative;
	padding: 35px 0 22px;
	text-align: center;
	line-height: 100%;
}
.siteFooter .bottomBlock .ill2 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 150px;
	transform: translateY(-54%);
}
.siteFooter .bottomBlock .logoWrap {}
.siteFooter .bottomBlock .logoWrap .in {
	display: flex;
	align-items: center;
}
.siteFooter .bottomBlock .logoWrap .mark {
	width: 70px;
}
.siteFooter .bottomBlock .logoWrap .logo {
	height: 21px;
	width: auto;
	margin-left: 13px;
}
.siteFooter .bottomBlock .copyright {
	text-align: center;
	font-size: 12px;
	color: #6D6D6D;
	line-height: 100%;
	margin-top: 25px;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.siteFooter .infoInsta{
	text-align:center;
	}
	.siteFooter {
		padding-top: 140px;
		overflow: hidden;
	}
	.siteFooter .bg1 {
		padding-top: 50px;
		top: -1px;
	}
	.siteFooter._white .bg1 {
		background-color: #FFF;
	}
	.siteFooter .bg1 .wrap {
		height: 40px;
	}
	.siteFooter .ill1 {
		top: 13px;
		right: -3px;
		width: 160px;
	}
	.siteFooter .topBlock {
		padding: 0 0 42px;
		margin-bottom: 10px;
	}
	.siteFooter .topBlock > .inner {
		display: block;
	}
	.siteFooter .topBlock .infoBlock {
		width: 100%;
		margin-right: 0;
	}
	.siteFooter .topBlock .infoBlock .name {
		font-size: 16px;
		margin-bottom: 24px;
	}
	.siteFooter .topBlock .infoBlock .description {
		font-size: 100%;
		line-height: 190%;
		color: #FFF;
		margin-bottom: 25px;
	}
	.siteFooter .topBlock .infoBlock .btns {}
	.siteFooter .topBlock .infoBlock .btns .sns {
		font-size: 27px;
		width: 60px;
	}
	.siteFooter .topBlock .infoBlock .btns .contact {
		height: 60px;
		flex: 1;
	}
	.siteFooter .topBlock .infoBlock .btns .contact:before {
		opacity: 0.08;
	}

	.siteFooter .topBlock .naviBlock {
		width: 100%;
		margin-top: 26px;
	}
	.siteFooter .topBlock .naviBlock .siteNaviParents {
		gap: 12px;
	}
	.siteFooter .topBlock .naviBlock .siteNaviParents li {
		text-align: center;
	}
	.siteFooter .topBlock .mapBlock {
		width: 100%;
		margin-left: 0;
		padding: 25px 25px;
		margin-top: 34px;
	}
	.siteFooter .topBlock .mapBlock iframe {
		height: 120px;
	}

	.siteFooter .bottomBlock {
		background-color: #FFF;
	}
	.siteFooter .bottomBlock > .inner {
		padding: 125px 0 22px;
	}
	.siteFooter .bottomBlock .ill2 {
		position: absolute;
		top: 29px;
		left: 50%;
		width: 144px;
		transform: translate(-50%, -50%);
	}
	.siteFooter .bottomBlock .logoWrap {}
	.siteFooter .bottomBlock .logoWrap .in {}
	.siteFooter .bottomBlock .logoWrap .mark {
		width: 70px;
	}
	.siteFooter .bottomBlock .logoWrap .logo {
		height: 21px;
		width: auto;
		margin-left: 13px;
	}
	.siteFooter .bottomBlock .copyright {
		font-size: 11px;
		margin-top: 22px;
	}

}

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

	.sectionWrap_a {
		gap: 40px;
	}
	.sectionWrap_a[gap="10"] {
		gap: calc(10px * 0.8)
	}
	.sectionWrap_a[gap="30"] {
		gap: 30px;
	}
	.sectionWrap_a[gap="40"] {
		gap: 40px;
	}
	.sectionWrap_a[gap="50"] {
		gap: 50px;
	}
	.sectionWrap_a[gap="60"] {
		gap: 60px;
	}
	.sectionWrap_a[gap="70"] {
		gap: 70px;
	}
	.sectionWrap_a[gap="80"] {
		gap: 80px;
	}
	.sectionWrap_a[gap="100"] {
		gap: 100px;
	}
}


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

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

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

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

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


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

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

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

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


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

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

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

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

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

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


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


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


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


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

/* // btn_a
----------------------------------------------- */
:root {
	--btn_a_h1: 50px;
	--btn_a_w1: 200px;
	--btn_a_h1_sp: 38px;
	--btn_a_w1_sp: 200px;
	--btn_a_pad1: 25px;
}
.btn_a {
	min-width: var(--btn_a_w1);
	height: var(--btn_a_h1);
	border-radius: 1000px;
}

.btn_a .icon._circle {
	background-color: #FFF;
	color: var(--c0);
	border-radius: 100px;
	width: 20px;
	aspect-ratio: 10 / 10;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	right: 8px;
	font-size: 10px;
}

.btn_a._btn1 {
	background-color: var(--c0);
}
.btn_a._btn1::before {
	background-color: #FFF;
	opacity: 0.25;
}

.btn_a._btn2 {
	background-color: #FFF;
	border: 1px solid var(--c0);
	color: var(--c0);
}
.btn_a._btn2::before {
	opacity: 0.04;
}
.btn_a._btn2 .icon._circle {
	background-color: var(--c0);
	color: #FFF;
}

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



/* // btnPara_a
----------------------------------------------- */
.btnPara_a {
	margin-top: 55px;
	text-align: right;
}

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



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

/* // pageTitle_a
----------------------------------------------- */
.pageTitle_a {
	margin-top: 35px;
	overflow: hidden;
	margin-bottom: 110px;
}
.pageTitle_a > .inner {
	position: relative;
}
.pageTitle_a .image {
	height: 550px;
	overflow: hidden;
}

.pageTitle_a .image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.4));
    pointer-events: none;
}

.pageTitle_a .projectItem_a .image::after {
   background: none;
}

@media screen and (max-width: calc(1101px - 1px)) {
	.pageTitle_a .image {
		//width: calc(100vw - 150px);
	}
}
.pageTitle_a .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.pageTitle_a .textWrap {
    position: absolute;
    /* top: 60%; */
    /* left: 0px; */
    /* transform: translateY(-50%); */
    line-height: 100%;
    z-index: 10;
    bottom: 50px;
}
.pageTitle_a .textWrap .enLabel {
	margin-bottom: 21px;
	line-height: 1;
}
.pageTitle_a .textWrap .enLabel .in {
	background-color: var(--c0);
	color: #FFF;
	font-family: var(--ffEn1);
	border-radius: 3px;
	padding: 9px 32px;
	font-size: 21px;
	display: inline-block;
	letter-spacing: 5%;
}
.pageTitle_a .textWrap .enLabel .in::before {
	content: "#";
}
.pageTitle_a .textWrap .title {
			color: #fff;
		font-family: "Zen Kaku Gothic New", sans-serif; 
		font-size:60px;
		font-weight:700;
		line-height: 120%;
		letter-spacing: 2px;
}
.pageTitle_a .textWrap .title .tx {
	display: inline-block;
	background-color: #FFF;
	padding: 5px 9px;
	color: var(--c0);
	line-height: 100%;
	font-size: 45px;
	font-family: var(--ffGo2Yakuhan);
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.pageTitle_a {
		margin-top: 30px;
		margin-bottom: 60px;
	}
	.pageTitle_a .image {
		margin-left: 0;
		width: 100%;
		height: auto;
		aspect-ratio: 10 / 8;
	}
	.pageTitle_a .textWrap {
	bottom: 20px;
	}
	.pageTitle_a .textWrap .enLabel {
		margin-bottom: 16px;
	}
	.pageTitle_a .textWrap .enLabel .in {
		padding: 7px 11px;
		font-size: 12px;
	}
	.pageTitle_a .textWrap .title {
		line-height: 120%;
		font-size:30px
	}
	.pageTitle_a .textWrap .title .tx {
		padding: 7px 6px;
		font-size: 28px;
		line-height: 119%;
	}
}


/* // sectionTitle_a
----------------------------------------------- */
.sectionTitle_a {
	margin-bottom: 50px;
	line-height: 150%;
	display: flex;
	align-items: center;
}
.sectionTitle_a._mb1 {
	margin-bottom: 75px;
}
.sectionTitle_a._mb2 {
	margin-bottom: 100px;
}
.sectionTitle_a {}
.sectionTitle_a .titleWrap {
	display: flex;
	flex-direction: column;
}
.sectionTitle_a .titleWrap .en {
	color: var(--c1);
	font-size: 20px;
	margin-bottom: 18px;
	font-family: var(--ffEn1);
	display: block;
	line-height: 1;
}
.sectionTitle_a .titleWrap .ja {
	font-size: 35px;
	display: block;
	line-height: 135%;
}
.sectionTitle_a .titleWrap .ja._bgWhite {
	background-color: #FFF;
	padding: 5px 10px;
}
.sectionTitle_a .description {
	margin-left: 45px;
	border-left: 1px solid var(--c0);
	height: 100%;
	flex: 1;
	padding: 5px 0 5px 35px;
	line-height: 180%;
	font-size: 17px;
}

.sectionTitle_a._line .titleWrap {
	position: relative;
}
.sectionTitle_a._line .titleWrap:before {
	content: " ";
	display: block;
	width: 100vw;
	height: 1px;
	background-color: var(--c0);
	position: absolute;
	top: 50%;
	left: calc(100% + 30px);
}

.sectionTitle_a._white,
.sectionTitle_a._white .titleWrap .en {
	color: #FFF;
}

.sectionTitle_a._white .description {
	border-left-color: #FFF;
}


/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.sectionTitle_a {
		margin-bottom: 38px;
	}
	.sectionTitle_a._mb1 {
		margin-bottom: 50px;
	}
	.sectionTitle_a._mb2 {
		margin-bottom: 70px;
	}
	.sectionTitle_a .titleWrap {}
	.sectionTitle_a .titleWrap .en {
		font-size: 16px;
		margin-bottom: 14px;
	}
	.sectionTitle_a .titleWrap .ja {
		font-size: 28px;
	}
	.sectionTitle_a .titleWrap .ja._bgWhite {
		padding: 4px 8px;
	}
	.sectionTitle_a .description {
		margin-left: 0px;
//		border-left: 1px solid var(--c0);
		border-left: none;
		height: 100%;
		flex: 1;
		padding: 5px 0 5px 0;
		line-height: 180%;
		font-size: 15px;
		        margin-top: 20px;
        display: block;
	}
	.sectionTitle_a._line .titleWrap:before {
		left: calc(100% + 40px);
	}
}


/* // text_a
----------------------------------------------- */
.text_a {
	margin-bottom: 15px;
	font-size: 16px;
	line-height: 190%;
	letter-spacing: 5%;
}
.text_a:last-of-type {
	margin-bottom: 0;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.text_a {
		margin-bottom: 13px;
		font-size: 16px;
		letter-spacing: 4%;
	}
}


/* // emTx_a
----------------------------------------------- */
.emTx_a {
	display: inline-block;
	color: var(--c1);
//	background-color: #FFF;
//	padding: 5px 11px;
	font-size: 121%;
	line-height: 130%;
	margin: 0 2px;
}
.emTx_a._bg1 {
	background-color: #F4F4F4 !important;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.emTx_a {
		padding: 4px 5px;
		font-size: 110%;
		line-height: 130%;
		margin: 0 1px;
	}
}


/* // htx_a
----------------------------------------------- */
.htx_a {
	margin-bottom: 35px;
}
.htx_a .tx {
	display: inline-block;
	color: var(--c1);
	background-color: #FFF;
	padding: 5px 11px;
	font-size: 22px;
	line-height: 130%;
}

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



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


/* // abtouWhats
----------------------------------------------- */
.abtouWhats {
	margin-bottom: 70px;
}

.abtouWhats > .inner {
	display: flex;
	align-items: center;
	;
	justify-content: space-between;
}
.abtouWhats .textBlock {
	width: 42%;
}
.abtouWhats .imageBlock {
	width: 46%;
	aspect-ratio: 3 / 2;
}
/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {}


/* // imageBox_a
----------------------------------------------- */
.imageBox_a {
	border-radius: 5px;
	overflow: hidden;
	line-height: 1;
}
.imageBox_a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

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



/* // aboutHistory
----------------------------------------------- */
.aboutHistory {
	margin-bottom: 230px;
}

.aboutHistory > .inner {
	display: flex;
	align-items: center;
	;
	justify-content: space-between;
}
.aboutHistory .textBlock {
	width: 42%;
}
.aboutHistory .imageBlock {
	width: 46%;
	aspect-ratio: 3 / 2;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
.abtouWhats .imageBlock,.aboutHistory .imageBlock {
margin-top:20px;
}
.abtouWhats .textBlock,.abtouWhats .imageBlock,.aboutHistory .textBlock,.aboutHistory .imageBlock {
width:100%;
}

.aboutHistory > .inner {
    display: block;
}
.abtouWhats > .inner {
    display: block;
}

}


/* // sectionBg_a
----------------------------------------------- */
.sectionBg_a {
	background: url(../img/section_bg_a_02.png) no-repeat center top;
	background-size: auto auto;
	position: relative;
	padding-top: 0px;
	margin-top: 100px;
}
.sectionBg_a::before {
	content: "";
	display: block;
	width: 100%;
	height: 110px;
	background: url(../img/section_bg_a_01.png) no-repeat center top;
	background-size: auto auto;
	position: absolute;
	left: 0px;
	top: 0px;
	transform: translateY(-100%);
}

@media screen and (min-width: 2000px) {
	.sectionBg_a {
		background-size: 100% 100%;
	}
	.sectionBg_a::before {
		background-size: 100% 100%;
	}
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.sectionBg_a {
		padding-top: 30px;
		margin-top: 40px;
		background-size: 100% 430px;
	}
	.sectionBg_a::before {
		height: 30px;
		background-size: auto 100%;
	}

}


/* // sectionLine_a
----------------------------------------------- */
.sectionLine_a {
	padding-top: 110px;
	position: relative;
	padding-bottom: 70px;
}
.sectionLine_a::before,
.sectionLine_a._btm_left::after,
.sectionLine_a._btm_right::after {
	content: "";
	display: block;
	width: calc(50vw + 150px);
	height: 1px;
	background-color: var(--c0);
	position: absolute;
}
.sectionLine_a::before {
	left: 0px;
	top: 0px;
}
.sectionLine_a._right::before {
	left: auto;
	right: 0px;
}
.sectionLine_a._btm_left::after {
	bottom: 0px;
}
.sectionLine_a._btm_right::after {
	left: auto;
	right: 0px;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.sectionLine_a {
		padding-top: 50px;
		padding-bottom: 60px;
	}
	.sectionLine_a::before,
	.sectionLine_a._btm_left::after,
	.sectionLine_a._btm_right::after {
		width: 40vw;
	}
}


/* // aboutItems_a
----------------------------------------------- */
.aboutItems_a {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(3, 1fr);

}
.aboutItems_a > .item .imageWrap {
	position: relative;
	overflow: hidden;
	width: 100%;
	aspect-ratio: 37 / 25;
}
.aboutItems_a > .item .imageWrap .image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.aboutItems_a > .item .icon {
	z-index: 10;
	line-height: 1;
	position: relative;
	top: 10px;
}
.aboutItems_a > .item .line {
	width: 80px;
	height: 30px;
	position: absolute;
	left: 28px;
	transform: translateY(-100%);
	top: -10px;
}
.aboutItems_a > .item .line .in {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	display: block;
}
.aboutItems_a > .item .line .in:before {
	content: " ";
	display: block;
	width: 80px;
	height: 80px;
	position: absolute;
	top: 0px;
	left: 0px;
//	border: 2px solid var(--c0);
	border-bottom: none;
	border-radius: 100px 100px 0 0;
}

.aboutItems_a > .item .icon img {
	width: 76px;
	aspect-ratio: 10 / 10;
	position: absolute;
	left: 30px;
	transform: translateY(-50%);
}
.aboutItems_a > .item .textWrap {
	margin-top: 13px;
}
.aboutItems_a > .item .textWrap .title {
	line-height: 150%;
	font-size: 19px;
	color: var(--c1);
	margin-bottom: 21px;
	margin-left: 120px;
	letter-spacing: 5%;
}
.aboutItems_a > .item .textWrap .description {
	line-height: 190%;
	font-size: 100%;
}

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


/* // aboutOperations
----------------------------------------------- */
.aboutOperations {
	background-color: #fff;
	padding-bottom: 120px;
}

.aboutOperations > .inner{
position:relative;
}

.aboutOperations .ill1 {
position: absolute;
    width: 220px;
    left: 170px;
    top: -203px;
}

.aboutOperations .ill2 {
    position: absolute;
    width: 162px;
    right: 110px;
    top: -177px;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
.aboutOperations .ill2 {
    width: 132px;
    right: -4px;
    top: -143px;
}
.aboutOperations .ill1 {
    width: 160px;
    left: 0px;
    top: -151px;
}
.sectionTitle_a {
    display: block;
}
.aboutItems_a {
display:block;
}
}

/* // aboutOperations
----------------------------------------------- */
.aboutMessage {
}

.aboutMessage > .inner{
position:relative;
}

.aboutMessage .ill1 {
position: absolute;
    width: 220px;
    right: 0px;
    top: -203px;
}

.aboutMessage .ill2 {
position: absolute;
    width: 220px;
    left 0px;
    bottom: 0px;
}

/* // facilytFacilities
----------------------------------------------- */
.facilytFacilities {
	margin-bottom: 120px;
	padding-bottom: 100px;
}

.facilytFacilities > .inner{
position:relative;
}

.facilytFacilities .ill1 {
    position: absolute;
    width: 150px;
    left: 0px;
    bottom: -170px;
    z-index: 10;
}

.facilytFacilities .contentsBox1 {
	display: flex;
	gap: 90px;
	align-items: flex-start;
}
.facilytFacilities .contentsBox1 .textWrap {
	background-color: #FFF;
	border-radius: 5px;
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
	flex: 1;
	padding: 45px 40px;
	width:43%;
}
.facilytFacilities .contentsBox1 .textWrap .description {
	display: flex;
	flex-direction: column;
}
.facilytFacilities .contentsBox1 .textWrap .detail {
	margin-top: 35px;
}
.facilytFacilities .contentsBox1 .textWrap .detail .title {
	margin-bottom: 52px;
}
.facilytFacilities .contentsBox1 .textWrap .detail .title .text {
	line-height: 100%;
	font-size: 22px;
	border-right: 1px solid var(--c0);
	border-bottom: 1px solid var(--c0);
	border-radius: 0px 0px 50px 0px;
	padding-right: 35px;
	padding-bottom: 26px;
}
.facilytFacilities .contentsBox1 .textWrap .detail .items {
	margin-top: 10px;
	display: grid;
	gap: 15px;
	grid-template-columns: repeat(3, 1fr);
}
.facilytFacilities .contentsBox1 .textWrap .detail .items li {
	aspect-ratio: 10 / 10;
	border-radius: 6px;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	font-size: 18px;
	line-height: 153%;
	text-align: center;
	color: #FFF;
	background-color: #5D88B2;
}

.facilytFacilities .contentsBox1 .imageWrap {
	width: 45%;
	display: flex;
	gap: 30px;
	flex-direction: column;
}
.facilytFacilities .contentsBox1 .imageWrap .image {
	width: 100%;
	aspect-ratio: 10 / 4;
	overflow: hidden;
}
.facilytFacilities .contentsBox1 .imageWrap .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
.facilytFacilities {
    margin-bottom: 0px;
    padding-bottom: 40px;
}
.facilytFacilities .ill1 {
    width: 120px;
    left: 0px;
    bottom: -125px;
}
.facilytFacilities .contentsBox1 .textWrap .detail .items li {
    font-size: 13px;
}
.facilytFacilities .contentsBox1 .imageWrap {
    width: 100%;
	margin-top: 30px;
}
.facilytFacilities .contentsBox1 .textWrap {
    width: 100%;
}
.facilytFacilities .contentsBox1 {
    display: block;
 }
.aboutMessage .ill1 {
    width: 150px;
    right: 0px;
    top: -163px;
}
.aboutMessage .ill2 {
    position: absolute;
    width: 150px;
    bottom: -150px;
}
}


/* // facilytImages
----------------------------------------------- */
.facilytImages {
	margin-bottom: 100px;
}

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


/* // facilytFacilitiesItems_a
----------------------------------------------- */
.facilytFacilitiesItems_a {
	position: relative;
	overflow: hidden;
	padding-bottom: 300px;
	padding-top: 40px;
}
.facilytFacilitiesItems_a .ill1 {
    width: 245px;
    position: absolute;
    left: 80%;
    bottom: 101px;
}
.facilytFacilitiesItems_a .ill2 {
	width: 127px;
	position: absolute;
	left: 6%;
	bottom: 180px;
}

.facilytFacilitiesItems_a .itemWrap {
	display: grid;
	gap: 20px;
	width: 1630px;
	grid-template-columns: repeat(3, 1fr);
	margin-left: 50vw;
	transform: translateX(-50%);
}
.facilytFacilitiesItems_a .itemWrap .item {
	width: 530px;
	aspect-ratio: 53 / 35;
	overflow: hidden;
}
.facilytFacilitiesItems_a .itemWrap .item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
.facilytFacilitiesItems_a {
    padding-bottom: 220px;
}
.facilytFacilitiesItems_a .ill1 {
    width: 175px;
    left: auto;
    bottom: 21px;
    right: 0;
}
.facilytFacilitiesItems_a .ill2 {
    left: 4%;
    bottom: 110px;
}
.facilytFacilitiesItems_a .itemWrap .item {
    width: 100%;
    aspect-ratio: auto;
	margin-bottom: 10px;
}
.facilytFacilitiesItems_a .itemWrap {
    display: block;
    gap: 20px;
    width: 100%;
    margin-left: 0;
    transform: none;
    margin: 0px;
    box-sizing: border-box;
}
}


/* // centerOverview
----------------------------------------------- */
.centerOverview {
	background-color: #FFF;
	padding-bottom: 220px;
}
.centerOverview .centerOverviewBox {
	background-color: #FFF;
	border-radius: 5px;
	border: 2px solid var(--c0);
	padding: 30px 50px 0;
}
.centerOverview .centerOverviewBox .title {
	margin-bottom: 23px;
}
.centerOverview .centerOverviewBox .title .tx {
	display: inline-block;
	font-size: 23px;
	line-height: 100%;
	font-weight: 500;
	border-right: 2px solid var(--c0);
	border-bottom: 2px solid var(--c0);
	border-radius: 0 0 50px 0;
	padding: 20px 40px 37px 10px;
}
.centerOverview .centerOverviewBox .description {
	line-height: 210%;
}
.centerOverview .centerOverviewBox .caseWrap {
	margin-top: -57px;
	background-color: #F4F4F4;
	border-radius: 4px;
	padding: 25px 0;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	transform: translateY(50%);
}
.centerOverview .centerOverviewBox .caseWrap .titleWrap {
	width: 139px;
	border-right: 2px solid #000;
	margin-right: 30px;
	padding: 20px 0px;
}
.centerOverview .centerOverviewBox .caseWrap .titleWrap .text {
	text-align: center;
	font-size: 22px;
	line-height: 171%;
}
.centerOverview .centerOverviewBox .caseWrap .contents {
	flex: 1;
	padding-right: 30px;
}
.centerOverview .centerOverviewBox .caseWrap .contents .caseItems {
	display: flex;
	gap: 16px;
	align-items: center;
	flex-wrap: wrap;
	line-height: 1;
}
.centerOverview .centerOverviewBox .caseWrap .contents .caseItems li {
	background-color: var(--c1);
	font-size: 16px;
	color: #FFF;
	padding: 9px 16px;
}
/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {}


/* // centerAccess
----------------------------------------------- */
.centerAccess {
	padding-bottom: 110px;
}
.centerAccess .mapWrap {
	width: 1000px;
	height: 550px;
	margin: 0 auto;
	border: 2px solid var(--c0);
	border-radius: 5px;
	overflow: hidden;
}
.centerAccess .mapWrap iframe {
	width: 100%;
	height: 100%;
}
.centerAccess .mapWrap .ill1 {
	position: absolute;
	bottom: 0px;
	left: calc(50% + 370px);
	width: 200px;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
.centerAccess {
    padding-bottom: 120px;
    margin-bottom: 40px;
}
.centerAccess .mapWrap {
    width: 100%;
}
.centerAccess .mapWrap .ill1 {
    bottom: 0px;
    left: auto;
    width: 110px;
    right: 0;
}
}


/* // visionBackground
----------------------------------------------- */
.visionBackground {
	margin-bottom: 40px;
}
.visionBackground .blockWrap {
	display: flex;
	gap: 100px;
	flex-wrap: wrap;
	flex-direction: column;
	position: relative;
}
.visionBackground .blockWrap .block {
	display: flex;
	gap: calc(100% * 100 / var(--widthFix_n));
	flex-wrap: wrap;
	align-items: center;
	position: relative;
}
.visionBackground .blockWrap .block:nth-child(even) {
	flex-direction: row-reverse;
}
.visionBackground .blockWrap .block .textWrap {
	flex: 1;
}
.visionBackground .blockWrap .block .imageWrap {
	width: calc(100% * 540 / var(--widthFix_n));
	aspect-ratio: 54 / 33;
	overflow: hidden;
}
.visionBackground .blockWrap .block .imageWrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.visionBackground .blockWrap .ill1 {
	position: absolute;
	width: 240px;
	right: 16px;
	bottom: -110px;
}

.visionBackground .blockWrap .ill2 {
    position: absolute;
    width: 215px;
    left: 60px;
    bottom: -220px;
    z-index: 10;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.visionBackground {
		margin-bottom: 30px;
	}
	.visionBackground .blockWrap {
		gap: 65px;
	}
	.visionBackground .blockWrap .block {
		display: block;
	}
	.visionBackground .blockWrap .block:nth-child(even) {
		flex-direction: row;
	}
	.visionBackground .blockWrap .block .textWrap {
		flex: auto;
	}
	.visionBackground .blockWrap .block .imageWrap {
		margin-top: 30px;
		width: 100%;
	}
	.visionBackground .blockWrap .ill1 {
		width: 140px;
		right: 0px;
		bottom: -47px;
	}
}


/* // visionIllustWrap1
----------------------------------------------- */
.visionIllustWrap1 {
	height: 580px;
	position: relative;
	overflow: hidden;
	margin-top: 70px;
	margin-bottom: 170px;
}
.visionIllustWrap1 img {
	height: 100%;
	width: auto;
	top: 0px;
	left: calc(50% + -740px);
	position: absolute;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.visionIllustWrap1 {
		height: auto;
		position: relative;
		overflow: hidden;
		margin-top: 50px;
		margin-bottom: 120px;
	}
	.visionIllustWrap1 img {
		height: auto;
		max-width: 120vw;
		left: calc((-120vw + 100vw) / 2);
		top: auto;
		position: relative;
	}
}


/* // visionConcept
----------------------------------------------- */
.visionConcept {
	background-color: #FFF;
	padding-bottom: 90px;
	    margin-top: 290px;
}

.visionConcept > .inner{
position:relative;
}

.visionConcept .ill1 {
    position: absolute;
    width: 140px;
    right: 76px;
    top: -211px;
}

.visionConcept .logoWrap {
	text-align: center;
	margin-bottom: 70px;
}
.visionConcept .logoWrap img {
	width: 460px;
}
.visionConcept .stepItems {
	display: flex;
	gap: 0px;
	align-items: center;
	align-content: center;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto 80px;
}
.visionConcept .stepItems img {
	width: 295px;
	margin: 0 -10px;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.visionConcept {
		padding-bottom: 70px;
	}
	.visionConcept .logoWrap {
		text-align: center;
		margin-bottom: 40px;
	}
	.visionConcept .logoWrap img {
		width: 300px;
	}
	.visionConcept .stepItems {
		display: flex;
		gap: 0px;
		margin-bottom: 50px;
	}
	.visionConcept .stepItems img {
		width: 50%;
		margin: -4px -4px;
	}

}


/* // visionDocument
----------------------------------------------- */
.visionDocument {
	background-color: #FFF;
	padding: 90px 0 90px;
}

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


/* // documentBox_a
----------------------------------------------- */
.documentBox_a {
  overflow: hidden;
	padding-top: 56px;
	padding-bottom: 150px;
}
.documentBox_a .frame {
	width: 800px;
	margin: 0 auto;
	position: relative;
	border: 2px solid #ACC7DF;
	border-radius: 5px;
}
.documentBox_a .book {
	position: absolute;
	top: 50%;
	left: 40px;
	transform: translateY(-50%);
	width: 185px;
}
.documentBox_a .ill1 {
position: absolute;
    bottom: -35px;
    right: 39px;
    transform: translate(62%, 57%);
    width: 260px;
}
.documentBox_a .free {
	width: 85px;
	aspect-ratio: 10 / 10;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	line-height: 1;
	color: #FFF;
	background-color: var(--c1);
	font-size: 24px;
	letter-spacing: 3%;
	position: absolute;
	top: 0;
	right: 5px;
	border-radius: 100px;
	transform: translateY(-66%);
}
.documentBox_a .titleBlock {
	padding: 20px 15px 20px 250px;
	background-color: #EEF8FA;
}
.documentBox_a .titleBlock .title {
	line-height: 130%;
	display: flex;
	align-items: center;
	font-size: 28px;
}
    .documentBox_a .detailBlock .visionbook{
	display:none;
	}
.documentBox_a .titleBlock .title .arrow {
	width: 33px;
	margin-right: 19px;
}
.documentBox_a .detailBlock {
	padding: 24px 24px 24px 250px;
	display: flex;
	align-items: center;
	gap: 20px;
}
.documentBox_a .detailBlock .description {
	font-size: 16px;
	line-height: 190%;
}
.documentBox_a .detailBlock .btn {}


/* ________SP________ */
@media screen and (max-width: calc(769px - 1px)){
.documentBox_a .ill1 {
    bottom: -55px;
    right: 129px;
    width: 200px;
}
.documentBox_a .frame {
    width: 100%;
}
.documentBox_a {
    margin: 0 20px;
}
}
@media screen and (max-width: calc(761px - 1px)) {
	.documentBox_a {
		padding: 50px 20px 50px;
	}
	.documentBox_a .frame {
		width: 100%;
		margin: 0 auto;
		position: relative;
		border: 2px solid #ACC7DF;
		border-radius: 5px;
	}
	.documentBox_a .book {
		position: absolute;
		top: 50%;
		left: 40px;
		transform: translateY(-50%);
		width: 185px;
	}
	.documentBox_a .ill1 {
		position: absolute;
        right: -10px;
        transform: none;
        width: 130px;
        z-index: 10;
        bottom: -55px;
	}
	.documentBox_a .free {
		width: 85px;
		aspect-ratio: 10 / 10;
		display: flex;
		align-items: center;
		align-content: center;
		justify-content: center;
		line-height: 1;
		color: #FFF;
		background-color: var(--c1);
		font-size: 24px;
		letter-spacing: 3%;
		position: absolute;
		top: 0;
		right: 5px;
		border-radius: 100px;
		transform: translateY(-66%);
	}
	.documentBox_a .titleBlock {
		padding: 20px 15px 20px 15px;
		background-color: #EEF8FA;
	}
	.documentBox_a .titleBlock .title {
		line-height: 130%;
		display: flex;
		align-items: center;
		font-size: 28px;
	}
	.documentBox_a .titleBlock .title .arrow {
		width: 33px;
		margin-right: 19px;
	}
	.documentBox_a .detailBlock {
		padding: 24px 24px 24px 250px;
		display: flex;
		align-items: center;
		gap: 20px;
	}
	.documentBox_a .detailBlock .description {
		font-size: 16px;
		line-height: 190%;
	}
	.documentBox_a .detailBlock .btn {}

}


/* // visionFeature
----------------------------------------------- */
.visionFeature {
	padding-bottom: 140px;
}

.visionFeature > .inner{
position:relative;
}

.visionFeature .ill1 {
    position: absolute;
    width: 309px;
    right: 76px;
    top: -32px;

}

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


/* // visionFeatureSwipe_a
----------------------------------------------- */
.visionFeatureSwipe_a {
	display: block;
	text-align: center;
}
.visionFeatureSwipe_a .featureItem {
	line-height: 1;
	display: flex;
	gap: 3%;
	padding: 15px 0px 10px;
	width: 100%;
	box-sizing: content-box;
	align-items: flex-start;
}
.visionFeatureSwipe_a .featureItem .imageWrap {
	width: 49%;
	aspect-ratio: 58 / 35;
	position: relative;
	padding-bottom: 10px;
	box-sizing: content-box;
}
.visionFeatureSwipe_a .featureItem .imageWrap::before {
	content: " ";
	display: block;
	width: 100%;
	aspect-ratio: 58 / 35;
	background-color: var(--c2);
	border-radius: 5px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) rotate(3deg);
	z-index: 4;
}
.visionFeatureSwipe_a .featureItem .imageWrap .image {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	z-index: 10;
}
.visionFeatureSwipe_a .featureItem .imageWrap .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 0%;
}
.visionFeatureSwipe_a .featureItem .textWrap {
	flex: 1;
}
.visionFeatureSwipe_a .featureItem .textWrap .htx1 {
	margin-bottom: 21px;
}
.visionFeatureSwipe_a .featureItem .textWrap .htx1 .tx {
	display: inline-block;
	font-weight: 400;
	font-size: 26px;
	line-height: 150%;
}
.visionFeatureSwipe_a .featureItem .textWrap .text1 {
	font-size: 106%;
	line-height: 195%;
	margin-bottom: 12px;
}
.visionFeatureSwipe_a .featureItem .textWrap .text1:last-of-type {
	margin-bottom: 0;
}
.visionFeatureSwipe_a .swiper-pagination {
	position: absolute;
	width: 100%;
	display: flex;
	justify-content: flex-end;
	bottom: 0;
	left: auto;
	right: 0%;
	transform: translateX(0%);
	padding: 0;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.visionFeatureSwipe_a {}
	.visionFeatureSwipe_a .featureItem {
		display: block;
		padding: 0;
		width: 100%;
		align-items: flex-start;
	}
	.visionFeatureSwipe_a .featureItem .imageWrap {
		width: 100%;
		padding-bottom: 5px;
		margin-bottom: 18px;
	}
	.visionFeatureSwipe_a .featureItem .textWrap {
		flex: auto;
	}
	.visionFeatureSwipe_a .featureItem .textWrap .htx1 {
		margin-bottom: 18px;
	}
	.visionFeatureSwipe_a .featureItem .textWrap .htx1 .tx {
		display: inline-block;
		font-size: 24px;
	}
	.visionFeatureSwipe_a .featureItem .textWrap .text1 {
		margin-bottom: 12px;
	}
	.visionFeatureSwipe_a .swiper-pagination {
		bottom: 0;
	}

}


/* // visionFeatureItems_a
----------------------------------------------- */
.visionFeatureItems_a {}
.visionFeatureItems_a > .inner {
	display: flex;
	gap: 3%;
}


.visionFeatureItems_a .fixBlock {
	width: 53%;
	position: sticky;
	top: 150px;
	align-self: flex-start;
	display: flex;
	gap: 10px;
	justify-content: space-between;
}

.visionFeatureItems_a .pagenationWrap {
	width: 40px;
	position: relative;
}
.visionFeatureItems_a .pagenationWrap .bullets {
	display: flex;
	gap: 11px;
	flex-direction: column;
	width: 6px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.visionFeatureItems_a .pagenationWrap .bullets li {
	width: 6px;
	height: 6px;
	background-color: #D7D7D7;
	border-radius: 100px;
	transition: 0.3s;
}
.visionFeatureItems_a .pagenationWrap .bullets li.current {
	width: 100%;
	aspect-ratio: auto;
	height: 50px;
	background-color: var(--c0);
}

.visionFeatureItems_a .imageWrap {
	flex: 1;
	position: relative;
	aspect-ratio: 58 / 35;
}
.visionFeatureItems_a .imageWrap .imageBox {
	position: absolute;
	aspect-ratio: 58 / 35;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	z-index: 1;
	transition: 0.5s ease;
	transition-delay: 0s;
	transform: rotate(3deg);
}
.visionFeatureItems_a .imageWrap .imageBox.is-active {
	opacity: 1;
	z-index: 10;
	transition-delay: 0.2s;
	transform: rotate(0deg);
}

.visionFeatureItems_a .imageWrap .imageBox::before {
	content: " ";
	display: block;
	width: 100%;
	aspect-ratio: 58 / 35;
	background-color: var(--c2);
	border-radius: 5px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) rotate(0deg);
	z-index: 4;
	transition: 0.5s ease;
}
.visionFeatureItems_a .imageWrap .imageBox.is-active::before {
	transition-delay: 0.2s;
	transform: translate(-50%, -50%) rotate(3deg);
}


.visionFeatureItems_a .imageWrap .imageBox .image {
	aspect-ratio: 58 / 35;
	overflow: hidden;
	position: relative;
	z-index: 10;
	flex: 1;
}
.visionFeatureItems_a .imageWrap .imageBox img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.visionFeatureItems_a .featureItemWrap {
	flex: 1;
	position: relative;
}
.visionFeatureItems_a .featureItemOuter {
	position: relative;
}
.visionFeatureItems_a .featureItem {
	/* 
	position: sticky;
	top: 120px;
	 */
	padding-bottom: 300px;
	z-index: 2;
}
.visionFeatureItems_a .featureItemOuter:last-of-type .featureItem {
	padding-bottom: 50px;
}
.visionFeatureItems_a .featureItem .htx1 {
	margin-bottom: 21px;
}
.visionFeatureItems_a .featureItem .htx1 .tx {
	display: inline-block;
	font-weight: 400;
	font-size: 20px;
	line-height: 150%;
	background-color: #FFF;
	color: var(--c1);
	padding: 5px 10px;
}
.visionFeatureItems_a .featureItem .text1 {
	font-size: 100%;
	line-height: 195%;
	margin-bottom: 12px;
}
.visionFeatureItems_a .featureItem .text1:last-of-type {
	margin-bottom: 0;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.visionFeatureItems_a > .inner {
		display: block;
	}
	.visionFeatureItems_a .fixBlock {
		width: 100%;
		position: static;
		top: auto;
		display: block;
	}

	.visionFeatureItems_a .pagenationWrap {
		display: none;
		;
	}
	.visionFeatureItems_a .imageWrap {
		display: none;
	}
	.visionFeatureItems_a .featureItemWrap {
		flex: auto;
	}
	.visionFeatureItems_a .featureItemOuter {}
	.visionFeatureItems_a .featureItem {
		padding-bottom: 50px;
	}
	.visionFeatureItems_a .featureItem .htx1 {
		margin-bottom: 21px;
	}
	.visionFeatureItems_a .featureItem .htx1 .tx {
		font-size: 18px;
		line-height: 147%;
		padding: 5px 8px;
	}
	.visionFeatureItems_a .featureItem .text1 {
		font-size: 100%;
		line-height: 195%;
		margin-bottom: 12px;
	}
	.visionFeatureItems_a .featureItem .text1:last-of-type {
		margin-bottom: 0;
	}

	.visionFeatureItems_a .featureItem .imageBox {
		position: relative;
		margin-bottom: 18px;
	}
	.visionFeatureItems_a .featureItem .imageBox::before {
		content: " ";
		display: block;
		width: 100%;
		aspect-ratio: 58 / 35;
		background-color: var(--c2);
		border-radius: 5px;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%) rotate(2deg);
		z-index: 4;
		transition: 0.5s ease;
	}

	.visionFeatureItems_a .featureItem .imageBox .image {
		aspect-ratio: 58 / 35;
		overflow: hidden;
		position: relative;
		z-index: 10;
		flex: 1;
	}
	.visionFeatureItems_a .featureItem .imageBox img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

}


/* // aboutOrganization
----------------------------------------------- */
.aboutOrganization {
	padding: 0px 0px 120px;
	background-color: #FFF;
}
.aboutOrganization .wrap1 {
	display: flex;
	align-items: center;
	;
	gap: calc(100% * 60 / var(--widthFix_n));
}
.aboutOrganization .textWrap {
	width: calc(100% * 480 / var(--widthFix_n));
}
.aboutOrganization .textWrap .htx1 {
	font-size: 31px;
	line-height: 180%;
	letter-spacing: 5%;
}
.aboutOrganization .imageWrap {
	flex: 1;
		margin-top:20px;
}

.aboutOrganization .caseBox {
	margin-top: 90px;
	background-color: #F4F4F4;
	display: flex;
	align-items: center;
	padding: 0px 60px;
}
.aboutOrganization .caseBox .titleWrap {
	line-height: 1;
	font-size: 28px;
	width: 170px;
}
.aboutOrganization .caseBox .itemWrap {
	flex: 1;
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(4, 1fr);
	transform: translateY(-25px);
}
.aboutOrganization .caseBox .itemWrap .image {
	aspect-ratio: 10 / 7;
	overflow: hidden;
}
.aboutOrganization .caseBox .itemWrap .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.aboutOrganization .caseBox .itemWrap .description {
	text-align: center;
	font-size: 16px;
	line-height: 170%;
	margin-top: 14px;
}
/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
.aboutOrganization .wrap1 {
	display: block;
	}

.aboutOrganization .textWrap {
	width:100%;
}
.aboutOrganization .caseBox .itemWrap .item {
       margin-bottom: 20px;
}

.aboutOrganization .caseBox .itemWrap {
    display: block;
}

}


/* // topFvWrap
----------------------------------------------- */
.topFvWrap {
	position: relative;
	    margin-top: 30px;
}
.topFvWrap .btn {
	position: absolute;
	bottom: 20px;
	left: calc(58% + var(--widthFix) / 2);
	transform: translate(-100%);
	width: 237px;
	z-index: 10;
//	opacity: 0;
}
.topFvWrap.on .btn {
	bottom: 0px;
	opacity: 1;
	transition-delay: 1.1s;
	transition-duration: 0.6s;
}
.topFvWrap.on .btn:hover img {
	opacity: 0.9;
	transition-duration: 0.4s;
}
@media screen and (max-width: calc(1101px - 1px)) {
	.topFvWrap .btn {
		left: calc(99%);
	}
}


/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.topFvWrap .btn {
		bottom: 15px;
		left: auto;
		transform: translate(0%, 80px);
		width: 120px;
		right: 10px;
	}
	.topFvWrap.on .btn {
		bottom: 0px;
	}
	.topFvWrap.on .btn:hover img {
		opacity: 0.9;
		transition-duration: 0.4s;
	}
}
/*TOP Splide*/

 
.slide-media img {
  transition: 7s 1s ease-out;
}
 
.splide__slide[class*=-active] .slide-media img {
  transition-delay: 0s;
  transform: scale(1.05);
}
 
.splide__slide[class*=-active] .slide-title {
  animation: mv01-fadeIn 2s 0.5s var(--easing) both;
}
 
@keyframes mv01-fadeIn {
  0% {
    transform: scale(0.5);
    opacity: 0;
    filter: blur(300px);
  }
 
  100% {
    transform: scale(1);
    opacity: 1;
    filter: blur(0);
  }
}


/* // topFvSwipe
----------------------------------------------- */
.topFvSwipe {
	/*! margin-top: 40px; */
	margin-bottom: 60px;
	display: block;
	padding-bottom: 60px;
}
.topFvSwipe:not(.none) .swiper-container {
}

.topFvSwipe .swipeItem {
	line-height: 1;
	width: 100%;
	transition: 0.4s;
	
}
.topFvSwipe .swipeItem.current {}
.topFvSwipe .swipeItem > .inner {
	position: relative;
}
.topFvSwipe .swipeItem .imageWrap {
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: flex-end;
	width:90%;
}

.topFvSwipe .swipeItem .imageWrap img{
border-radius: 0 70px 70px 0;

}

.topFvSwipe .swipeItem .imageWrap .image {
	overflow: hidden;
}
.topFvSwipe .swipeItem .imageWrap .image:nth-of-type(1) {
	position: relative;
	top: 40px;
}

.topFvSwipe .swipeItem .imageWrap .image .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.topFvSwipe .swipeItem .textWrap {
	position: absolute;
	left: 0px;
	top: 53%;
	transform: translateY(-50%);
	z-index: 10;
	margin-left:20px;
}
.topFvSwipe .swipeItem .textWrap .enText {
	line-height: 100%;
	margin-bottom: 35px;
}
.topFvSwipe .swipeItem .textWrap .enText .tx {
	display: inline-block;
	background-color: var(--c0);
	color: #FFF;
	padding: 15px 20px;
	border-radius: 3px;
	font-size: 22px;
	font-family: var(--ffEn1);
	letter-spacing: 4%;
	font-weight: 300;
}

.topFvSwipe .swipeItem .textWrap .catch {
	line-height: 100%;
	font-family: var(--ffGo2Yakuhan);
}
.topFvSwipe .swipeItem .textWrap .catch .text {
	display: inline-block;
	background-color: #FFF;
	color: var(--c0);
	border-radius: 3px;
	font-size: 70px;
	letter-spacing: 4%;
	line-height: 100%;
	padding: 16px 20px;
	margin-top: 10px;
}
.topFvSwipe .swipeItem .textWrap .catch .text ._s1 {
	font-size: 60px;
}
.topFvSwipe .swipeItem .textWrap .catch .text ._s2 {
	font-size: 54px;
}

.topFvSwipe .swipeItem .textWrap .catch .text:nth-of-type(1) {
	background: #FFF no-repeat url(../img/top_fv_tx_bg_01.svg) right bottom / auto 40px;
}
.topFvSwipe .swipeItem .textWrap .catch .text:nth-of-type(2) {
	background: #FFF no-repeat url(../img/top_fv_tx_bg_02.svg) right bottom / auto 40px;
}
.topFvSwipe .swipeItem .imageWrap .image:nth-of-type(1) {
	transition-delay: calc(0.1s + 0.0s)
}

/* アニメーション */
.topFvSwipe .swipeItem .imageWrap .image {
	opacity: 0;
	transform: translateY(-20px);
	transition: 0s;
}
.topFvSwipe .swipeItem.current .imageWrap .image {
	transform: translateY(0px);
	transition-duration: 0.9s;
	opacity: 1;
}
.topFvSwipe .swipeItem.current .imageWrap .image:nth-of-type(1) {
	transition-delay: calc(0.1s + 0.0s)
}
.topFvSwipe .swipeItem.current .imageWrap .image:nth-of-type(2) {
	transition-delay: calc(0.1s + 0.3s)
}

.topFvSwipe .swipeItem .textWrap .enText,
.topFvSwipe .swipeItem .textWrap .catch .text {
	transition: 0s;
	opacity: 0;
	transform: translateX(-20px);
}

.topFvSwipe .swipeItem.current .textWrap .enText,
.topFvSwipe .swipeItem.current .textWrap .catch .text:nth-of-type(1),
.topFvSwipe .swipeItem.current .textWrap .catch .text:nth-of-type(2) {
	transform: translateX(0px);
	transition-duration: 0.9s;
	opacity: 1;
}
.topFvSwipe .swipeItem.current .textWrap .enText {
	transition-delay: calc(0.1s + 0.0s)
}
.topFvSwipe .swipeItem.current .textWrap .catch .text:nth-of-type(1) {
	transition-delay: calc(0.1s + 0.3s);
}
.topFvSwipe .swipeItem.current .textWrap .catch .text:nth-of-type(2) {
	transition-delay: calc(0.1s + 0.6s)
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.topFvSwipe {
		margin-bottom: 30px;
		padding-bottom: 29px;
	}
	.topFvSwipe:not(.none) .swiper-container {
		padding-top: 30px;
	}
	.topFvSwipe .swipeItem {
		height: 400px !important;
	}
	.topFvSwipe .swipeItem .imageWrap {
		gap: 7px;
		align-items: center;
		justify-content: center;
		position: absolute;
		top: 161px;
		left: 0px;
	}
	.topFvSwipe .swipeItem .imageWrap .image {
		width: 50%;
		height: 230px;
		position: relative;
	}
	.topFvSwipe .swipeItem .imageWrap .image:nth-of-type(1) {
		top: 0;
	}
	.topFvSwipe .swipeItem .imageWrap .image:nth-of-type(2) {
		top: -25px;
	}
	.topFvSwipe .swipeItem .textWrap {
		position: relative;
		left: auto;
		top: auto;
		transform: translateY(0%);
	}
	.topFvSwipe .swipeItem .textWrap .enText {
		margin-bottom: 5px;
	}
	.topFvSwipe .swipeItem .textWrap .enText .tx {
		padding: 8px 10px;
		font-size: 16px;
		letter-spacing: 3%;
	}
	.topFvSwipe .swipeItem .textWrap .catch .text {
		font-size: 30px;
		letter-spacing: 8%;
		padding: 7px 8px;
		background-size: auto 20px !important;
	}
	.topFvSwipe .swipeItem .textWrap .catch .text ._s1 {
		font-size: 30px;
	}
	.topFvSwipe .swipeItem .textWrap .catch .text ._s2 {
		font-size: 25px;
	}
	.topFvSwipe .swiper-pagination {
		/*! left:0px; */
		justify-content: flex-start;
		padding-left: 50px;
	}


}

/* // topNews
----------------------------------------------- */
.topNews {
	margin-bottom: 190px;
	margin-top: 100px;
}
.topNews > .inner {
	border-bottom: 1px dashed var(--c0);
	display: flex;
	padding: 35px 60px;
	position: relative;
}
.topNews > .inner:before {
	border-bottom: 1px dashed var(--c0);
	content: " ";
	display: block;
	width: 330px;
	height: 1px;
	position: absolute;
	top: 0px;
	left: 0px;
}
.topNews .titleWrap {
	width: 100px;
}
.topNews .titleWrap .title {
	line-height: 100%;
	font-family: var(--ffEn1);
	font-size: 16px;
	font-weight: 300;
	margin-top: 10px;
}

.topNews .contentsWrap {
	width: calc(100% - 100px);
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.topNews {
		margin-bottom: 80px;
	}
	.topNews > .inner {
		padding: 25px 0px 21px;
		display: block;
	}
	.topNews > .inner:before {
		width: 60%;
	}
	.topNews .titleWrap {
		width: 100%;
	}
	.topNews .titleWrap .title {
		font-size: 16px;
		margin-top: 0;
		margin-bottom: 14px;
	}

	.topNews .contentsWrap {
		width: calc(100%);
	}

}


/* // newsItems_a
----------------------------------------------- */
.newsItems_a {
	display: flex;
	flex-direction: column;
}

.newsItems_a .newItem {
	display: flex;
	align-items: flex-start;
	line-height: 100%;
	padding: 15px 0;
	color: var(--c0);
	position: relative;
	margin-bottom: 30px;
}
.newsItems_a .newItem:before {
	content: " ";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #DDD;
	position: absolute;
	bottom: -15px;
	left: 0px;
}
.newsItems_a .newItem:hover {
	opacity: 0.6;
}

.newsItems_a .newItem .date {
	font-family: var(--ffEn1);
	font-size: 14px;
	width: 100px;
	flex-shrink: 0;
	margin-right: 40px;
	letter-spacing: 9%;
	margin-top: 5px;
}

.newsItems_a .newItem .title {
	display: flex;
	align-items: center;
	font-size: 100%;
	line-height: 170%;
	letter-spacing: 7%;
}
.newsItems_a .newItem .title .icon {
	font-size: 13px;
	margin-left: 20px;
	flex-shrink: 0;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.newsItems_a {
		display: flex;
		flex-direction: column;
	}
	.newsItems_a .newItem {
		display: flex;
		align-items: flex-start;
		line-height: 100%;
		padding: 15px 0;
		color: var(--c0);
		position: relative;
		margin-bottom: 30px;
	}
	.newsItems_a .newItem:before {
		content: " ";
		display: block;
		width: 100%;
		height: 1px;
		background-color: #DDD;
		position: absolute;
		bottom: -15px;
		left: 0px;
	}
	.newsItems_a .newItem .date {
		font-family: var(--ffEn1);
		font-size: 14px;
		width: 100px;
		flex-shrink: 0;
		margin-right: 40px;
		letter-spacing: 9%;
		margin-top: 5px;
	}

	.newsItems_a .newItem .title {
		display: flex;
		align-items: center;
		font-size: 100%;
		line-height: 170%;
		letter-spacing: 7%;
	}
	.newsItems_a .newItem .title .icon {
		font-size: 13px;
		margin-left: 20px;
		flex-shrink: 0;
	}

}



/* // newsItems_b
----------------------------------------------- */
.newsItems_b {
	display: flex;
	flex-direction: column;
	gap: 3px;
}

.newsItems_b .newItem {
	display: flex;
	align-items: center;
	line-height: 100%;
	padding: 12px 0;
	color: var(--c0);
}
.newsItems_b .newItem:hover {
	opacity: 0.6;
}

.newsItems_b .newItem .date {
	font-family: var(--ffEn1);
	font-size: 13px;
	width: 100px;
	flex-shrink: 0;
	margin-right: 15px;
	letter-spacing: 7%;
}

.newsItems_b .newItem .title {
	display: flex;
	align-items: center;
	flex-grow: 1;
	overflow: hidden;
}

.newsItems_b .newItem .title .text {
	flex: 1;
	min-width: 0;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-size: 13px;
	letter-spacing: 0.04em;
}

.newsItems_b .newItem .title .icon {
	font-size: 13px;
	margin-left: 20px;
	flex-shrink: 0;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.newsItems_b {
		gap: 3px;
	}
	.newsItems_b .newItem {
		display: block;
		padding: 9px 0;
	}
	.newsItems_b .newItem:hover {
		opacity: 0.6;
	}
	.newsItems_b .newItem .date {
		font-size: 13px;
		width: 100%;
		margin-right: 0;
		letter-spacing: 7%;
		margin-bottom: 8px;
	}
	.newsItems_b .newItem .title {
		display: block;
		position: relative;
		overflow: visible;
		padding-right: 20px;
	}
	.newsItems_b .newItem .title .text {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		width: 100%;
		font-size: 14px;
		letter-spacing: 9%;
		white-space: normal;
		line-height: 161%;
	}
	.newsItems_b .newItem .title .icon {
		font-size: 11px;
		margin-left: 0;
		position: absolute;
		right: 0px;
		top: 50%;
		transform: translateY(-50%);
	}
}



/* // topCarousel1
----------------------------------------------- */
.topCarousel1 {
	padding-bottom: 150px;
	background-color: #FFF;
}
.topCarousel1 .images {
	display: flex;
	align-items: flex-start !important;
	gap: 25px;
}
.topCarousel1 .images li {}
.topCarousel1 .img1 {
	width: 390px;
	margin-top: 80px;
}
.topCarousel1 .img2 {
	width: 250px;
}
.topCarousel1 .img3 {
	width: 620px;
	margin-top: 60px;
}
.topCarousel1 .img4 {
	width: 480px;
	margin-top: 20px;
}
.topCarousel1 .img5 {
	width: 250px;
	margin-top: 80px;
}
.topCarousel1 .img6 {
	width: 620px;
	margin-top: 20px;
}
.topCarousel1 .textWrap {
	display: flex;
	gap: 20px;
	line-height: 100%;
	font-size: 60px;
	letter-spacing: 3%;
	margin-top: 80px;
	font-family: var(--ffEn1);
	font-weight: 300;
	color:#34A7B0;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.topCarousel1 {
		padding-bottom: 90px;
	}
	.topCarousel1 .images {
		gap: 15px;
	}
	.topCarousel1 .img1 {
		width: 230px;
		margin-top: 50px;
	}
	.topCarousel1 .img2 {
		width: 145px;
	}
	.topCarousel1 .img3 {
		width: 360px;
		margin-top: 50px;
	}
	.topCarousel1 .img4 {
		width: 300px;
		margin-top: 0px;
	}
	.topCarousel1 .textWrap {
		gap: 15px;
		font-size: 50px;
		letter-spacing: 3%;
		margin-top: 50px;
	}

}


/* // projectItemWrap_a
----------------------------------------------- */
.projectItemWrap_a {
	display: grid;
	gap: 45px 25px;
	grid-template-columns: repeat(4, 1fr);
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.projectItemWrap_a {
		gap: 30px 14px;
		grid-template-columns: repeat(2, 1fr);
	}
}


/* // projectItem_a
----------------------------------------------- */
.projectItem_a {
	width: 250px;
	line-height: 100%;
	padding-bottom: 30px;
	position: relative;
	box-sizing: content-box;
}
.projectItem_a .image {
	width: 100%;
	aspect-ratio: 10 / 10;
	margin-bottom: 10px;
	overflow: hidden;
height: auto;
}
.projectItem_a .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 0%;
	transition: 0.4s;
}
.projectItem_a:hover .image img {
	width: 102%;
	height: 102%;
}
.projectItem_a .title {
	width: 100%;
	font-size: 16px;
	line-height: 150%;
	letter-spacing: 3%;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.projectItem_a .date {
	font-family: var(--ffEn1);
	text-align: right;
	font-size: 12px;
	color: #696969;
	letter-spacing: 3%;
	position: absolute;
	right: 0;
	bottom: 0px;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.projectItem_a {
		padding-bottom: 30px;
	}
	.projectItem_a {
		width: 100%;
		padding-bottom: 25px;
	}
	.projectItem_a .image {
		margin-bottom: 10px;
	}
	.projectItem_a .title {
		font-size: 14px;
		line-height: 150%;
	}
	.projectItem_a .date {
		font-size: 12px;
	}
}


/* // projectSwipe_a
----------------------------------------------- */
.projectSwipe_a {
	display: block;
	margin-left: calc((100vw - var(--widthFix)) / 2 + 200px);
}
@media screen and (max-width: calc(1101px - 1px)) {
	.projectSwipe_a {
		margin-left: 100px;
	}
}

.projectSwipe_a > .item {}

.projectSwipe_a .swiper-pagination {
	left: 0px;
	transform: translateX(0%);
	justify-content: flex-start;
	padding: 0;
}


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

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.projectSwipe_a {
		margin-left: 20px;
	}
	.projectSwipe_a .swiper-slide {
		width: 250px;
	}
}

/* // topProjects
----------------------------------------------- */
.topProjects {
	overflow: hidden;
	background-color: #FFF;
	padding-bottom: 90px;
}

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


/* // topVision
----------------------------------------------- */

.topVision .ill1 {
    width: 400px;
    top: -123px;
	left: 0px;
	position: absolute;
}
.topVision .ill3{
    width: 146px;
    top: -108px;
    left: 56%;
    position: absolute;
}


.topVision .topVisionBox {
	background-color: #FFF;
	border-radius: 5px;
	border: 1px solid var(--c0);
	padding: 40px 50px 60px;
	box-shadow: 10px 10px 14px rgba(0, 0, 0, 0.07);
	position: relative;
}
.topVision .topVisionBox .ill2 {
	top: 36px;
	right: 80px;
	width: 207px;
	position: absolute;
}
.topVision .topVisionBox .title .tx {
	display: inline-block;
	font-size: 23px;
	line-height: 100%;
	font-weight: 500;
	border-right: 1px solid var(--c0);
	border-bottom: 1px solid var(--c0);
	border-radius: 0 0 50px 0;
	padding: 20px 40px 37px 10px;
}
.topVision .topVisionBox .description {
	line-height: 210%;
	font-size: 16px;
	letter-spacing: 4%;
	width: 100%;
	margin-bottom: 38px;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.topVision .ill1 {
		width: auto;
		top: -80px;
		left: 0px;
		position: absolute;
		height: 100px;
	}
	.topVision .topVisionBox {
		padding: 32px 20px 45px;
	}
	.topVision .topVisionBox .ill2 {
		top: 142px;
		right: 14px;
		width: 111px;
		position: absolute;
	}
	.topVision .topVisionBox .title .tx {
		border-radius: 0 0 50px 0;
		padding: 20px 50px 26px 10px;
	}
	.topVision .topVisionBox .description {
		line-height: 204%;
		font-size: 16px;
		letter-spacing: 4%;
		width: 100%;
		margin-bottom: 23px;
		padding-top: 25px;
	}
}

/* // topAbout
----------------------------------------------- */
.topAbout {
	padding-top: 110px;
	padding-bottom: 110px;
	background-color: #FFF;
	position: relative;
}
.topAbout .ill1 {
	position: absolute;
	bottom: 0px;
	left: calc(50% - 560px);
	width: 210px;
	transform: translateY(41%);
}

.topAbout .wrap1 .image .ill2 {
    position: absolute;
    bottom: 50px;
    right: 130px;
    width: 140px;
    height: auto;
}

.topAbout .wrap1 {
	display: grid;
	gap: 10%;
	grid-template-columns: repeat(2, 1fr);
}
.topAbout .wrap1 .textWrap {
	position: relative;
	padding-bottom: 140px;
}
.topAbout .btn1 {
	position: absolute;
	bottom: 5px;
	line-height: 1;
	right: 0px;
}

.topAbout .text1 {
	margin-top: 45px;
	font-size: 26px;
	line-height: 100%;
	display: flex;
	align-items: center;
}
.topAbout .text1 .arrow {
	width: 35px;
	margin-right: 15px;
}
.topAbout .wrap1 .image {
	width: 100%;
	aspect-ratio: 10 / 8;
}
.topAbout .wrap1 .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.topAbout {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.topAbout .ill1 {
		left: 16px;
		width: 120px;
		transform: translateY(41%);
	}
	.topAbout .wrap1 {
		display: block;
		position: relative;
		padding-bottom: 90px;
	}
	.topAbout .wrap1 .textWrap {
		position: static;
		padding-bottom: 26px;
	}
	.topAbout .btn1 {
		position: absolute;
		bottom: 5px;
		line-height: 1;
		right: 0px;
	}

}


/* // topCenter
----------------------------------------------- */
.topCenter {
	position: relative;
	padding-bottom: 40px;
}
.topCenter .wrap1 {
	padding: 0px 50px;
	display: flex;
	gap: 8%;
	flex-direction: row-reverse;
}
.topCenter .wrap1 > * {
	width: 50%;
}
.topCenter .wrap1 .imageWrap .image {
	width: 100%;
	aspect-ratio: 10 / 6;
}
.topCenter .wrap1 .imageWrap .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.topCenter .wrap1 .imageWrap .illust {
	text-align: right;
	margin-top: 40px;
}
.topCenter .wrap1 .imageWrap .illust img {
	width: 300px;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.topCenter {
		position: relative;
		padding-bottom: 40px;
	}
	.topCenter .wrap1 {
		padding: 0;
		display: block;
		position: relative;
		padding-bottom: 137px;
	}
	.topCenter .wrap1 > * {
		width: 100%;
	}
	.topCenter .wrap1 .imageWrap {
		margin-bottom: 40px;
	}
	.topCenter .wrap1 .imageWrap .illust {
		margin-top: 0;
		position: absolute;
		bottom: 0;
		right: 0px;
	}
	.topCenter .wrap1 .imageWrap .illust img {
		width: 190px;
	}

}


/* // categoryNavi_a
----------------------------------------------- */
.categoryNavi_a {
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
	margin-bottom: 60px;
}
.categoryNavi_a .link {
	padding: 8px 35px 14px;
	line-height: 150%;
	letter-spacing: 3%;
}
.categoryNavi_a .link.current {
	border-bottom: 1px solid var(--c1);
	/*! pointer-events: none; */
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.categoryNavi_a {
		gap: 10px 11px;
		margin-bottom: 30px;
	}
	.categoryNavi_a .link {
		padding: 5px 5px 5px;
		letter-spacing: 2%;
	}
}


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

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


/* // articleHeader_a
----------------------------------------------- */
.articleHeader_a {
	margin-top: 50px;
	margin-bottom: 50px;
}
.articleHeader_a .infoWrap {
	line-height: 100%;
	display: flex;
	margin-bottom: 10px;
}
.articleHeader_a .infoWrap .date {
	font-family: var(--ffEn1);
	font-size: 16px;
	letter-spacing: 5%;
}
.articleHeader_a .infoWrap .category {
//	margin-left: 15px;
//	padding-left: 15px;
//	border-left: 1px solid var(--c0);
	font-size: 15px;
}
.articleHeader_a .title {
	font-size: 38px;
	line-height: 150%;
	font-weight: 400;
	letter-spacing: 6%;
}

/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
	.articleHeader_a {
		margin-top: 35px;
		margin-bottom: 24px;
	}
	.articleHeader_a .infoWrap {
		margin-bottom: 9px;
	}
	.articleHeader_a .infoWrap .date {
		font-size: 15px;
		letter-spacing: 4%;
	}
	.articleHeader_a .infoWrap .category {
		margin-left: 12px;
		padding-left: 13px;
		font-size: 14px;
	}
	.articleHeader_a .title {
		font-size: 24px;
		letter-spacing: 3%;
	}

}


/* // articleImage_a
----------------------------------------------- */
.articleImage_a {
	margin-bottom: 70px;
}

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


/* // staffintroduction_a
----------------------------------------------- */
.staffintroduction_a {
	margin-top: 100px;
	margin-bottom: 70px;
	border: 2px solid var(--c0);
	padding: 30px;
	box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
	border-radius: 4px;
}
.staffintroduction_a .title {
	background-color: #E3F4F7;
	display: flex;
	align-items: center;
	line-height: 100%;
	margin-bottom: 15px;
	padding: 10px 13px;
}
.staffintroduction_a .title .icon {
	font-size: 110%;
	padding: 0px;
	margin-right: 7px;
	color: var(--c1);
}
.staffintroduction_a .title .text {
	font-size: 13px;
	font-weight: 500;
}
.staffintroduction_a .contentsWralp {
	display: flex;
}
.staffintroduction_a .contentsWralp .image {
	width: 180px;
	border-radius: 4px;
	margin-right: 30px;
}
.staffintroduction_a .contentsWralp .image img {
	border-radius: 4px;
}
.staffintroduction_a .contentsWralp .textWrap {
	flex: 1;
}
.staffintroduction_a .contentsWralp .textWrap .postion {
	line-height: 100%;
	font-weight: 500;
	color: var(--c1);
	margin-bottom: 18px;
}
.staffintroduction_a .contentsWralp .textWrap .name {
	line-height: 100%;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 24px;
}
.staffintroduction_a .contentsWralp .textWrap .description {
	line-height: 180%;
}


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




/*add*/
	/* slider */
	.slide-media,
	.thumb-media {
		position: relative;
		overflow: hidden;
		height:680px;
		width: 90%;
		border-radius: 0 70px 70px 0;
		overflow: hidden;
	}
	
	.slide-media img,
	.thumb-media img {
		width: 100%;
		height: 100%;
		object-fit: cover;
//		object-position: right;
	}
	
	.slide-media::after {
		content: ''; 
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: linear-gradient(to bottom, rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.4)); /* 黒のグラデーション */
		pointer-events: none; /* 擬似要素で画像のクリックを無効化 */
	}
	
	@media screen and (max-width: calc(501px - 1px)){
		.slide-media,
	.thumb-media {
		height:570px;
	}
}

	
	/*slider終わり*/
	
	.mceContents_base .wp-caption{
	text-align: center;
    margin: 30px auto;
	max-width: 677px;
	width:100%;
	}
	
	h2.slide-title {
		color: #fff;
		font-family: "Zen Kaku Gothic New", sans-serif; 
		font-size:94px;
		font-weight:700;
		line-height: 120%;
		letter-spacing: 8px;
	}
	
.splide__pagination .splide__pagination__page:focus {
    outline: none !important;
    box-shadow: none !important;
}
	
.massageBox{
margin-bottom:80px;
}

.messageMeta_txt{
margin-top:30px;
}
.messageMeta_txt_post{
font-size:12px;
}
.messageMeta_txt_name{
font-size:20px;
}
.messageMeta_items{
flex:1;
}
.messageMeta_img{
width:180px;
margin-right:50px;
}
.messageMeta{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.contantBox{
width:800px;
}

.aboutMessage .contantBox{
width:800px;
}

.aboutMessage h2{
flex:1;
    align-items: flex-start;
}

.aboutMessage > .inner {
    display: flex;
  //  align-items: center;
    justify-content: space-between;
}

.infoInsta__item{
    margin: 20px 0 25px;
}

.infoInsta__icon{
text-align:center;
}
.icon-sns_insta-05:before {
    content: "\ec92";
    background: #fff;
    padding: 15px;
    border-radius: 100px;
    font-size: 25px;
	    z-index: 100;
    position: relative;
}

.infoInsta__item img{
width:143px;
}
.splide .splide__pagination {
    bottom: -3.5em;
}
.splide .splide__pagination__page.is-active{
    opacity: 1 !important;
    width: 50px;
	margin: 0 15px;
}

.splide .splide__pagination__page{
    background-color: var(--c0) !important;
    width: 7px;
    margin: 0 5px;
    height: 7px;
    aspect-ratio: auto;
    transition: 0.4s;
	    border-radius: 100px;
		    opacity: 0.15;

}

.icon.icon-sns_insta-04{
display: block;
    text-align: center;
    margin-top: 5px;
}
.icon-sns_insta-04:before {
    font-size: 34px;
}
.slide__txt{
    position: absolute;
    bottom: 80px;
    left: 40px;

}

.c-font_e{
font-family: 'Montserrat';
}

.slide__tag{
background:#000;
font-size:20px;
color:#fff;
    padding: 2px 10px;
    display: inline-block;
	    margin-bottom: 20px;
    font-weight: 200;
}

.spInsta_cont{
    text-align: center;
    margin-top: 30px;
}

.spInsta_cont img{
max-width:100px;
}

@media screen and (max-width: calc(1101px - 1px)) {
    .pageContainer {
        padding-top: 0px;
        width: 100%;
    }
.pc_header .naviBlock .btns {
    margin-left: 10px;
}
.pc_gnavi .siteNaviParents {
    gap: 3px;
}
}


@media screen and (max-width: calc(1024px - 1px)){
.facilytFacilities .contentsBox1 {
    display: block;

}
.facilytFacilities .contentsBox1 .imageWrap {
    width: 100%;
		margin-top: 30px;
}
.facilytFacilities .contentsBox1 .textWrap {
    width: 100%;
}
	.topAbout .ill1 {
		left: 16px;
		width: 120px;
		transform: translateY(41%);
	}
.spModalMenu{
display:none;
}
.spModalMenu.open{
display:block;
}
    .modalBtn._global {
        border-radius: 100px;
       // background-color: rgba(255, 255, 255, 0);
		background-color:var(--sitebg1);
		    margin-top: 10px;
    }
    .sp_header .homeLogo img {
        width: 60px;
        margin-top: 12px;
    }
    .sp_header {
        height: 50px;
        border-bottom: none;
        display: flex;
        align-items: baseline;
        padding-left: 10px;
    }
    .pc_header {
        display: none;
    }
}

@media screen and (max-width: calc(769px - 1px)){

.aboutMessage .contantBox {
    width: 550px;
}
h2.slide-title {
    font-size: 80px;
}
	.mceContents_base .wp-caption{
	max-width: 100% !important;
	}
.topVision .ill3,.topAbout .wrap1 .image .ill2 {
display:none;
}

}

@media screen and (max-width: calc(768px - 1px)){

.aboutMessage {
    padding-bottom: 100px;
}
.messageMeta_txt_post {
    line-height: 180%;
    margin: 5px 0;
}
.aboutMessage .contantBox {
    width: auto;
}
.aboutMessage > .inner {
    display: block;
}
.visionDocument_btn{
text-align:center;
}
	.documentBox_a .detailBlock .visionbook img{

	max-width: 200px;
	}

	.documentBox_a .detailBlock .visionbook{
	display:block;
	text-align:center;
	        width: 100%;
	}
    .documentBox_a .detailBlock .description {
        margin: 20px 0;
    }
    .documentBox_a .detailBlock {
        padding: 24px 24px 24px 24px;
		display: block;
    }
.documentBox_a .book{
display:none;
}
.visionFeature .ill1 {
        width: 149px;
        right: -6px;
    top: -4px;
}
.visionConcept {
    margin-top: 160px;
}
.visionConcept .ill1 {
    width: 102px;
    right: 11px;
    top: -141px;
}
.visionBackground .blockWrap .ill2 {
    width: 148px;
    left: 0px;
    bottom: -91px;
}

}


@media screen and (max-width: calc(500px - 1px)){
    .documentBox_a .detailBlock .visionbook img{
	max-width:200px;
	
	}
.slide__tag {
    font-size: 12px;
}
.slide__txt {
    left: 20px;
}
h2.slide-title {
    font-size: 36px;
	letter-spacing: 4px;
}
}
