@charset "utf-8";



.col_w{
	color: #fff;
}




/* ---------------------------------------
* common
------------------------------------------ */

.btn.sp,.sp{
	display: none;
}

svg{
	width: 100%;
	height: 100%;
}

:root {
	--primary: #8A22B7;
	--primary02: #22AAC9;
}

.tac{
	text-align: center;
}


/* ---------------------------------------
* TOP
------------------------------------------ */

.mv{
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../img/top/mv.png);
	position: relative;
	overflow: hidden;
}

.fv-photos__col{
	position: absolute;
	top: 0;
	width: 38rem;
}

.fv-photos__col--left{
	left: 0;
}

.fv-photos__col--right{
	right: 0;
}

.mvWrap{
	padding: 24rem 0;
}

.mvContents{
	padding-left: 4rem;
}

.mvTtl p{
	font-size: clamp(20px,3.2rem,32px);
	line-height: 100%;
	letter-spacing: normal;
}

.mvTtl h2{
	padding-top: 1rem;
	font-size: clamp(20px,5.6rem,60px);
	letter-spacing: normal;
	line-height: 160%;
}

.mvContents>p{
	font-size: clamp(12px,1.6rem,18px);
	padding-top: 2rem;
}

.mv-btnList{
	column-gap: 2rem;
/* 	justify-content: center; */
}

.mv-btnListItem a{
	padding: 1rem 2rem;
	color: #fff;
	background-color: var(--primary);
	border: solid 1px var(--primary);
	transition: all .3s;
	border-radius: 5px;
}

.mv-btnListItem:last-of-type a{
	padding: 1rem 2rem;
	color: #fff;
	background-color: var(--primary02);
	border: solid 1px var(--primary02);
}

.mv-btnListItem a:hover{
	background-color: #001125;
	color: var(--primary);
}

.mv-btnListItem:last-of-type a:hover{
	color: var(--primary02);
}

.mv-btnListItem a span{
	display: block;
}

.mv-btnListItem a span:first-of-type{
	line-height: 160%;
	letter-spacing: normal;
	margin-right: 5rem;
}

.mv-btnListItem a span:last-of-type{
	width: 2rem;
	height: 2rem;
	position: relative;
}

.mv-btnListItem a span:last-of-type svg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.mv-btnListItem a path{
	transition: all .3s;
}

.mv-btnListItem:first-of-type a:hover path{
	fill: var(--primary);
}

.mv-btnListItem:last-of-type a:hover path{
	fill: var(--primary02);
}

.section-about{
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../img/top/aboutbg.png);
}

.aboutInner{
	position: relative;
}

.aboutBg{
	position: absolute;
	left: 0;
	bottom: 0;
}

.aboutImgWrap{
	width: 48rem;
	position: absolute;
	left: 8rem;
	bottom: 6rem;
}

.aboutImg01{
	width: clamp(120px,28rem, 320px);
	margin-left: auto;
}

.aboutImg02{
	margin-top: 4rem;
	width: clamp(100px,24rem, 300px);
}

.aboutWrap{
	position: relative;
	z-index: 2;
}

.aboutTtl{
	width: 48rem;
}

.aboutTxt{
	width: 60rem;
	padding-top: 0;
	margin-left: auto;
}

.aboutPara{
	padding-top: 4rem;
}

.aboutPara p:not(:last-of-type){
	padding-bottom: 3rem;
}

.aboutdetail{
	padding: 6rem 10rem;
	background-color: rgba(255,255,255,.05);
	border: solid 1px rgba(255,255,255,.4);
	backdrop-filter: blur(100px);
	border-radius: 10px;
}

.section-sol{
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../img/top/solbg.png);
}

.flow-list{
	column-gap: 2rem;
	row-gap: 2rem;
}

.flow-listItem{
	position: relative;
	width: calc((100% - (2rem * 3)) / 4);
	background-color: rgba(255, 2255, 255, .1);
	border: solid 1px rgba(255, 2255, 255, .5);
	border-radius: 10px;
	padding: 4rem 2rem 2rem;
}

.flow-listItem:not(:last-of-type)::after{
	content: "";
	width: 6rem;
	height: 6rem;
	display: block;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../img/growth/flowArrow.png);
	position: absolute;
	right: -4.5rem;
	top: 3rem;
}

.flow-listNum p{
	line-height: 100%;
	letter-spacing: normal;
	font-weight: 600;
}

.flow-listNum p:last-of-type{
	font-size: clamp(12px , 4rem ,42px);
}

.flow-listTxt{
	background-color: #001125;
	padding: 3rem 2rem;
	margin-top: 4rem;
	border-radius: 10px;
}

.flow-listTxt h3{
	font-weight: 700;
	font-size: clamp(12px , 1.8rem ,18px);
	line-height: 100%;
	letter-spacing: normal;
}

.flow-listTxt p{
	font-size: clamp(12px , 1.4rem ,14px);
	line-height: 200%;
	letter-spacing: normal;
	padding: 1.6rem 0 .8rem;
}

.flow-listTxt li{
	font-size: clamp(12px , 1.2rem ,14px);
	line-height: 180%;
	letter-spacing: normal;
	position: relative;
	padding-left: 1rem;
}

.flow-listTxt li::before{
	content: "・";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}


.solTtlWrap{
	align-items: flex-end;
}

.solTtlWrap p{
	font-size: clamp(14px,2.4rem ,24px);
}

.sol-listItem{
	padding: 4rem 6rem;
	background: #fff;
	border-radius: 10px;
}

.sol-listItem:not(:last-of-type){
	margin-bottom: 4rem;
}

.sol-listImg{
	width: 50%;
}

.sol-listTxt{
	width: 44.444%;
}

.sol-listTtl p{
	font-size: clamp(10px, 1.4rem,14px);
	background-color: #22AAC9;
	display: inline-block;
	border-radius: 100px;
	padding: .4rem 2rem;
	line-height: 160%;
	letter-spacing: normal;
	margin-bottom: 2rem;
}

.sol-listTxt>p{
	padding-top: 3rem;
}

.cl-list{
	column-gap: 1.5rem;
	row-gap: 1.5rem;
}

.cl-listItem{
	width: calc((100% - (1.5rem * 3)) / 4);
}

.caseNumWrap{
	margin-top: 4rem;
	padding: 6rem 2rem;
	background-color: rgba(255,255,255,.05);
	border: solid 1px rgba(255,255,255,.4);
	backdrop-filter: blur(100px);
	border-radius: 10px;
}

.casenum-lisitem{
	width: 33%;
}

.casenum-lisitem>p:first-of-type{
	line-height: 160%;
	letter-spacing: normal;
}

.casenum-lisitem>p:last-of-type{
	font-size: clamp(10px,1.4rem , 14px);
	line-height: 160%;
	letter-spacing: normal;
}

.casenum-listMain{
	padding: 1rem 0;
}

.casenum-listMain p{
	font-size: clamp(10px,1.8rem , 18px);
	line-height: 160%;
	letter-spacing: normal;	
}

.casenum-listMain p span{
	display: inline-block;
	font-size: clamp(28px,5.6rem , 64px);
	line-height: 100%;
	letter-spacing: normal;	
	padding: 0 .4rem;
}

.col-b{
	color: #000;
}

/* .con-list{
column-gap: 3rem;
} */

.con-listItem{
	width: calc((100% - (3rem * 3)) / 4);
}

.con-listTxt{
	padding-top: 1rem;
}

.con-listTxt p{
	font-size: clamp(10px, 1.8rem, 20px);
	letter-spacing: normal;
	line-height: 160%;
}

.consulWrap{
	overflow: hidden;
	padding-bottom: 6rem;
	position: relative;
}

.swiperbtnWrap{
	width: 100px;
	position: absolute;
	right: 0;
	bottom: 2rem;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}

.swiper-button-prev,
.swiper-button-next {
	height: 36px;
	width: 36px;
}
/* 矢印を消して画像に変更する */
.swiper-button-prev::after,
.swiper-button-next::after {
	content: "";
	background-repeat: no-repeat;
	background-size: contain;
	height: 100%;
	width: 100%;
	margin: auto;
}
/* 前に戻る矢印の画像パス */
.swiper-button-prev::after {
	background-image: url(../img/top/prev.png);
}
/* 次に進む矢印の画像パス */
.swiper-button-next::after {
	background-image: url(../img/top/next.png);
}

.faqTtl{
	width: 32rem;
}

.faq-defList{
	padding: 3rem 0;
	border-bottom: solid 1px rgba(255,255,255,.2);
}

.faq-defList:first-of-type{
	padding-top: 1rem;
}

.faq-defTtl{
	position: relative;
	cursor: pointer;
}

.faq-defTtlWrap p{
	font-weight: 400;
	line-height: 160%;
	letter-spacing: normal;
}

.faq-defTtlWrap p:first-of-type{
	font-size: clamp(10px, 2rem, 20px);
}

.faq-defTtlWrap p:last-of-type{
	padding-left: 7rem;
}

.faqIcon{
	transition: all .3s;
	width: 1.6rem;
	height: 1.6rem;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.faq-defTtl.open .faqIcon{
	transform: translateY(-50%) rotate(135deg);
}

.faqIcon svg{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.faq-defDesc{
	display: none;
	padding-left: 8rem;
	margin-top: 2rem;
}


.faq-defDesc p:last-of-type{
	padding-left: 1.6rem;
	letter-spacing: normal;
}

.cvArea{
	padding: 8rem 0;
	background-color: rgba(255,255,255,.1);
	border-top: solid 1px rgba(255,255,255,.4);
	border-bottom: solid 1px rgba(255,255,255,.4);
}

.cv-list{
	column-gap: 4rem;
}

.cv-listItem{
	width: calc((100% - (4rem * 1)) / 2);
}

.cv-listItem a{
	display: block;
	border-radius: 20px;
	padding: 8rem 6rem;
	background-color: var(--primary);
}

.cv-listItem:last-of-type a{
	background-color: var(--primary02);
}

.cv-listTttl h2{
	font-size: clamp(24px,4.8rem,52px);
	line-height: 100%;
	letter-spacing: normal;
}

.cv-listTttl p{
	line-height: 160%;
	letter-spacing: normal;
	padding-top: 1rem;
}

.cv-listItem a>p{
	padding-top: 3rem;
	letter-spacing: normal;
	line-height: 160%;
}

.cv-listBtn{
	cursor: pointer;
	width: fit-content;
	padding: 1rem 2rem;
	border: solid 1px #fff;
	border-radius: 100px;
	margin-top: 3rem;
	transition: all .3s;
}

.cv-listBtn span{
	display: block;
}

.cv-listBtn span:first-of-type{
	line-height: 160%;
	letter-spacing: normal;
	margin-right: 6rem;
	transition: all .3s;
}

.cv-listBtn span:last-of-type{
	position: relative;
	width: 2.4rem;
	height: 2.4rem;
}

.cv-listBtn span:last-of-type svg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.cv-listItem path{
	transition: all .3s;
}

.cv-listItem a:hover .cv-listBtn{
	background-color: #fff;
}

.cv-listItem:first-of-type a:hover .cv-listBtn{
	color: var(--primary);
}

.cv-listItem:first-of-type a:hover path{
	fill: var(--primary);
}

.cv-listItem:last-of-type a:hover .cv-listBtn{
	color: var(--primary02);
}

.cv-listItem:last-of-type a:hover path{
	fill: var(--primary02);
}

.media-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px; /* ← 中央の余白。狭めたいなら 10〜16px 程度に */
}

/* 既存の fl_between（space-between）を無効化 */
.media-list.fl_between { justify-content: initial !important; }

/* liに入っている余白を打ち消し（テーマ依存の margin/padding 防止） */
.media-listItem { margin: 0; padding: 0; }

/* 埋め込みを“幅いっぱい・16:9”で大きく見せる */
.youtube-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9; /* 近代ブラウザ */
}
.youtube-wrapper iframe {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  border: 0;
}



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

	/* ---------------------------------------
	* common
	------------------------------------------ */

	.btn.sp{
		display: block;
	}

	.sp{
		display: block;
	}

	.pc{
		display: none;
	}

	.bg-b{
		background-repeat: repeat-y;
		background-size: 100% auto;
	}

	/* ---------------------------------------
	* TOP
	------------------------------------------ */

	.mv{
		background-repeat: no-repeat;
		background-size: cover;
		background-image: url(../img/top/mv.png);
		position: relative;
		overflow: hidden;
	}

	.fv-photos__col{
		position: absolute;
		top: 0;
		width: fit-content;
		width: 100vw;
		/* height: 16rem; */
	}

	.fv-photos__list{
		display: flex;
		width: max-content;
	}

	.fv-photos__list li{
		width: 14rem;
	}

	.fv-photos__col--left{
		left: 0;
	}

	.fv-photos__col--right{
		right: 0;
		top: unset;
		bottom: 0;
	}

	.mvWrap{
		padding: 10rem 0 22rem;
	}

	.mvContents{
		text-align: center;
		padding: 0;
	}

	.mvTtl p{
		font-size: 2rem;
	}

	.mvTtl h2{
		padding-top: 1rem;
		font-size: 2.8rem;
	}

	.mvContents>p{
		font-size: 1.4rem;
		padding-top: 2rem;
	}

	.mv-btnList{
		column-gap: 1rem;
		justify-content: center;
	}

	.mv-btnListItem a{
		padding: 1rem 1.6rem;
		font-size: 1.2rem;
	}

	.mv-btnListItem:last-of-type a{
		padding: 1rem 2rem;
	}

	.mv-btnListItem a span:first-of-type{
		margin-right: 3rem;
	}

	.mv-btnListItem a span:last-of-type{
		width: 1.6rem;
		height: 1.6rem;
		position: relative;
	}

	.mv-btnListItem a path{
		transition: all .3s;
	}

	.mv-btnListItem:first-of-type a:hover path{
		fill: var(--primary);
	}

	.mv-btnListItem:last-of-type a:hover path{
		fill: var(--primary02);
	}


	.aboutInner{
		padding-bottom: 24rem;
	}

	.aboutImgWrap{
		width: 100%;
		position: absolute;
		left: 0;
		bottom: 0;
	}

	.aboutImg01{
		width: 16rem;
		margin-right: 3rem;
		margin-left: auto;
	}

	.aboutImg02{
		margin-top: 0;
		margin-left: 2rem;
		width: 14rem;
	}

	.aboutTtl{
		width: 100%;
	}

	.aboutTxt{
		width: 100%;
		padding-top: 3rem;
	}

	.aboutPara{
		padding-top: 3rem;
	}

	.aboutPara p:not(:last-of-type){
		padding-bottom: 2rem;
	}

	.aboutdetail{
		padding: 2rem;
		overflow: auto;
	}

	.figureImg{
		width: 200%;
	}

	.flow-list{
		overflow: hidden;
		display:block;
	}

	.flow-listItem{
		width: 100%;
		padding: 3rem 2rem 2rem;
	}

	.flow-listItem:not(:last-of-type){
		margin-bottom: 3rem;
	}

	.flow-listNum p:last-of-type{
		font-size: 3.6rem;
	}

	.flow-listTxt{
		padding: 3rem 2rem;
	}

	.flow-listTxt h3{
		font-size: 1.8rem;
	}

	.flow-listTxt p{
		font-size: 1.2rem;
		padding: 1.6rem 0 .8rem;
	}

	.flow-listTxt li{
		font-size: 1.2rem;
	}

	.solTtlWrap p{
		font-size: 1.4rem;
		padding-top: 2rem;
	}

	.sol-listItem{
		padding: 3rem 3rem;
	}

	.sol-listItem:not(:last-of-type){
		margin-bottom: 3rem;
	}

	.sol-listImg{
		width: 100%;
	}

	.sol-listTxt{
		width: 100%;
		padding-top: 2rem;
	}

	.sol-listTtl p{
		font-size: 1.2rem;
		padding: .4rem 1.6rem .3rem;
		margin-bottom: 1rem;
	}

	.sol-listTxt>p{
		padding-top: 1.2rem;
	}

	.cl-list{
		column-gap: 1rem;
		row-gap: 1rem;
	}

	.cl-listItem{
		width: calc((100% - (1rem * 1)) / 2);
	}

	.caseNumWrap{
		margin-top: 4rem;
		padding: 3rem;
	}

	.casenum-lisitem{
		width: 100%;
	}

	.casenum-lisitem:not(:last-of-type){
		margin-bottom: 4rem;
	}

	.casenum-lisitem>p:last-of-type{
		font-size: 1.2rem;
		padding-top: .4rem;
	}

	.casenum-listMain{
		padding: 1rem 0;
	}

	.casenum-listMain p{
		font-size: 1.4rem;
	}

	.casenum-listMain p span{
		font-size: 3.6rem;
		padding: 0 .8rem;
	}

	.con-listItem{
		width: calc((100% - (1.5rem * 1)) / 2);
	}

	.con-listTxt{
		padding-top: 1.2rem;
	}


	.con-listTxt p{
		font-size: 1.6rem;
	}

	.faqTtl{
		width: 100%;
	}

	.faq-defList{
		padding: 3rem 0;
	}

	.faq-defTtlWrap p{
		font-weight: 400;
		line-height: 160%;
		letter-spacing: normal;
	}

	.faq-defTtlWrap p:first-of-type{
		font-size: 1.4rem;
	}

	.faq-defTtlWrap{
		width: 93%;
		align-items: flex-start;
	}

	.faq-defTtlWrap p:last-of-type{
		padding-left: 1rem;
	}

	.faqIcon{
		width: 1.2rem;
		height: 1.2rem;
	}

	.faq-defDesc{
		display: none;
		padding-left: 0;
		margin-top: 2rem;
	}

	.faq-defDesc p:last-of-type{
		padding-left: 0;
	}

	.cvArea{
		padding: 4rem 0;
	}

	.cv-listItem{
		width: 100%;
	}

	.cv-listItem:not(:last-of-type){
		margin-bottom: 2rem;
	}

	.cv-listItem a{
		padding: 4rem 3rem;
	}

	.cv-listTttl h2{
		font-size: 3.2rem;
	}

	.cv-listItem a>p{
		padding-top: 3rem;
	}

	.cv-listBtn{
		cursor: pointer;
		width: fit-content;
		padding: 1rem 2rem;
		border: solid 1px #fff;
		border-radius: 100px;
		margin-top: 3rem;
		transition: all .3s;
	}

	.cv-listBtn span{
		display: block;
	}

	.cv-listBtn span:first-of-type{
		line-height: 160%;
		letter-spacing: normal;
		margin-right: 6rem;
		transition: all .3s;
	}

	.cv-listBtn span:last-of-type{
		position: relative;
		width: 2.4rem;
		height: 2.4rem;
	}

	.cv-listBtn span:last-of-type svg{
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
	}

	.cv-listItem path{
		transition: all .3s;
	}

	.cv-listItem a:hover .cv-listBtn{
		background-color: #fff;
	}

	.cv-listItem:first-of-type a:hover .cv-listBtn{
		color: var(--primary);
	}

	.cv-listItem:first-of-type a:hover path{
		fill: var(--primary);
	}

	.cv-listItem:last-of-type a:hover .cv-listBtn{
		color: var(--primary02);
	}

	.cv-listItem:last-of-type a:hover path{
		fill: var(--primary02);
	}

	.media-list { grid-template-columns: 1fr; gap: 20px; }
}


}
