@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main .mainVisual {
	padding: 15.1rem 0 0;
}
#main .mainVisual .inner {
	margin: 0 auto;
	padding: 0 4rem;
	max-width: 124rem;
	box-sizing: content-box;
	position: relative;
	z-index: 2;
}
#main .mainVisual .inner .hTitle {
	margin-bottom: 2.4rem;
	font-size: 6.4rem;
	font-family:"ten-mincho-antique",sans-serif;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0.64rem;
}
#main .mainVisual .inner .text {
	margin-bottom: 5.2rem;
	font-size: 2.8rem;
	font-weight: 500;
	font-family:"ten-mincho-antique",sans-serif;
	letter-spacing: 0.168rem;
}
#main .mainImg {
	margin-bottom: 6.4rem;
	position: sticky;
	top: calc(50% - 20.9rem);
	height: 41.8rem;
}
#main .mainImg::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 55rem;
	height: 100%;
	background: linear-gradient(90deg, #F5F5F5 0%, rgba(242, 242, 242, 0.00) 44.37%);
	content: '';
	display: none;
}
#main .mainImg::after {
	position: absolute;
	top: 0;
	right: 0;
	width: 55rem;
	height: 100%;
	background: linear-gradient(270deg, #F5F5F5 0%, rgba(242, 242, 242, 0.00) 44.37%);
	content: '';
	z-index: 2;
	display: none;
}
#main .mainImg .subBox img {
	height: 41.8rem;
	width: auto;
	max-width: inherit;
}
#main .mainImg .subBox .imgList {
	display: flex;
	flex-wrap: nowrap;
}
#main .mainImg .subBox .imgList li {
	margin: 0 5rem;
	width: fit-content;
	flex-shrink: 0;
	height: 41.8rem
}
#main .mainImg .subBox .imgList li svg {
	height: 100%;
}
#main .about {
	padding-bottom: 12.2rem;
	background: #F5F5F5;
}
#main .about .imgBox {
	margin-bottom: 6.4rem;
	position: relative;
	z-index: 1;
}
#main .about .imgBox::before {
	margin: 1.6rem 0 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 143.6rem;
	height: 76.6rem;
	background: url(../img/index/about_bg01.png) no-repeat left top / 100%;
	content: '';
	z-index: -1;
	pointer-events: none;
}
#main .about .imgBox .textBox {
	position: relative;
	z-index: 5;
}
#main .about .imgBox .textBox .headLine03 {
	margin-bottom: 1.6rem;
}
#main .about .imgBox .textBox .text {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.65;
	letter-spacing: 0.108rem;
}
#main .about .imgBox .photo {
	margin: -16rem 2rem 0 auto;
	width: 77.4rem;
}
#main .about .textArea {
	margin-bottom: 4.2rem;
	padding: 3.8rem 3.7rem 3.3rem;
	position: relative;
	z-index: 5;
	background: #E1E6EB;
	border-radius: 0.4rem;
}
#main .about .textArea .title {
	margin-bottom: 3rem;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.108rem;
	text-align: center;
}
#main .about .textArea .textList {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .about .textArea .textList li {
	position: relative;
	width: 50%;
}
#main .about .textArea .textList li::before {
	margin-top: -0.3rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	width: 1px;
	height: 8rem;
	background: #A0AAAF;
	content: '';
}
#main .about .textArea .textList li:first-child {
	padding-right: 2rem;
}
#main .about .textArea .textList li:last-child {
	margin: 0;
	padding-left: 3.2rem;
}
#main .about .textArea .textList li:last-child::before {
	display: none;
}
#main .about .textArea .textList li .subTitle {
	margin-bottom: 1.1rem;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	color: #0F52BA;
	font-weight: 700;
	line-height: 1.65;
	letter-spacing: 0.096rem;
}
#main .about .textArea .textList li .subTitle .ico {
	margin: -0.1rem 0.8rem 0.2rem -0.1rem;
	width: 2.6rem;
}
#main .about .textArea .textList li .text {
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.65;
	letter-spacing: 0.12rem;
	font-feature-settings: normal;
	-moz-font-feature-settings: normal;
}
#main .business {
	margin-bottom: 12rem;
	padding: 13.7rem 0 2rem;
	min-height: 72.8rem;
	background: url(../img/index/business_bg01.jpg) no-repeat center center / cover;
	border-radius: 2rem;
	overflow: hidden;
}
#main .business .headLine02 {
	margin-bottom: 1rem;
}
#main .business .headLine02::before,
#main .business .headLine02::after {
	display: none;
}
#main .business .headLine03 {
	margin-bottom: 3.2rem;
}
#main .business .text {
	margin-bottom: 6.6rem;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.65;
	letter-spacing: 0.108rem;
}
#main .business .comBtn {
	margin: 0;
}
#main .sectars {
	margin-bottom: 12rem;
}
#main .sectars .headLine03 {
	margin-bottom: 1.7rem;
}
#main .sectars .text {
	margin-bottom: 6.3rem;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.65;
	letter-spacing: 0.108rem;
}
#main .sectars .textList {
	gap: 6rem;
}
#main .sectars .textList > li {
	width: calc((100% - 18rem) / 4);
}
#main .sectars .textList li .title {
	margin-bottom: 1.6rem;
	padding-bottom: 1.6rem;
	color: #465055;
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: 0.084rem;
	font-family:"neue-frutiger-world",sans-serif;
	border-bottom: 1px solid #A0AAAF;
}
#main .sectars .textList li .title .big {
	margin-bottom: 0.1rem;
	display: block;
	color: #0F52BA;
	font-size: 3rem;
	font-weight: 500;
	letter-spacing: 0.18rem;
}
#main .sectars .textList .subUl li {
	font-size: 1.4rem;
	line-height: 1.65;
	letter-spacing: 0.084rem;
}
#main .comCaseBox .topText {
	margin-bottom: 3.9rem;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.65;
	letter-spacing: 0.108rem;
}
#main .advisor {
	padding-bottom: 11.4rem;
	background-color: #F5F5F5;
}
#main .advisor .headLine03 {
	margin-bottom: 1.7rem;
}
#main .advisor .text {
	margin-bottom: 3.9rem;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.65;
	letter-spacing: 0.108rem;
}
#main .advisor .photoArea {
	position: relative;
}
#main .advisor .photoList .slick-slide > div {
	margin: 0 3.2rem;
	width: 76.8rem;
}
#main .advisor .photoList li a {
	display: block;
}
#main .advisor .photoList li .photoBox {
	margin-bottom: 2.6rem;
	position: relative;
}
#main .advisor .photoList li .photoBox .photo {
	aspect-ratio: 768 / 304;
	overflow: hidden;
}
#main .advisor .photoList li .photoBox .photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0.4rem;
	transition: transform 0.3s;
}
#main .advisor .photoList li .photoBox .title {
	position: absolute;
	top: 50%;
	right: 4.3rem;
	transform: translateY(-50%);
	font-size: 2.8rem;
	letter-spacing: 0.168rem;
	font-family:"ten-mincho-antique",sans-serif;
	text-align: right;
}
#main .advisor .photoList li .name {
	margin-bottom: 1.8rem;
	letter-spacing: 0.096rem;
}
#main .advisor .photoList li .name .sub {
	margin-bottom: 0.2rem;
	display: block;
	color: #0F52BA;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.108rem;
}
#main .advisor .photoList li .text {
	margin-bottom: 0;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.096rem;
	text-align: justify;
}
#main .advisor .arrow .next,
#main .advisor .arrow .prev {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: calc(50% - 62rem);
	width: 5.6rem;
	height: 5.6rem;
	background: url(../img/common/icon16.png) no-repeat center center / 100%;
	transition: opacity 0.3s;
	z-index: 5;
	cursor: pointer;
}
#main .advisor .arrow .next {
	left: auto;
	right: calc(50% - 62rem);
	background-image: url(../img/common/icon17.png);
}
@media all and (min-width: 769px) {
	#main .advisor .photoList li a:hover .photoBox .photo img {
		transform: scale(1.1);
	}
	#main .advisor .arrow .next:hover,
	#main .advisor .arrow .prev:hover {
		opacity: 0.7;
	}
}
#main .aboutArea {
	padding: 0 0 0.5rem;
	width: 100%;
	aspect-ratio: 144 / 70;
	background: url(../img/index/about_bg02.jpg) no-repeat center bottom / cover;
	border-radius: 1rem;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
#main .aboutArea .hTitle {
	margin-bottom: 6.6rem;
	color: #F5F5F5;
	text-align: center;
}
#main .aboutArea .hTitle .enText {
	margin-bottom: 5.9rem;
	display: block;
	font-weight: 700;
	letter-spacing: 0.096rem;
}
#main .aboutArea .hTitle .enText .sub {
	font-family:"neue-frutiger-world",sans-serif;
}
#main .aboutArea .hTitle .jp {
	font-size: 6rem;
	font-weight: 500;
	font-family:"ten-mincho-antique",sans-serif;
	line-height: 1.4;
	letter-spacing: 0.6rem;
}
#main .comFaqBox {
	margin-bottom: 0;
	padding: 12rem 0;
	background: #F5F5F5;
}
#main .comContactBox {
	margin-top: 0;
	background: #F5F5F5;
	position: relative;
}
#main .comLinkList li a::after {
	right: 3.2rem;
}
@media all and (min-width: 769px) and (max-width: 1340px) {
	#main .advisor .arrow .next,
	#main .advisor .arrow .prev {
		left: 4rem;
	}
	#main .advisor .arrow .next {
		left: auto;
		right: 4rem;
	}
}
@media all and (min-width: 769px) and (max-width: 1280px) {
	#main .about .imgBox .photo {
		margin-right: 0;
	}
	#main .aboutArea {
		min-height: 70rem;
		background-image: url(../img/index/about_bg02_02.jpg);
	}
}
@media all and (min-width: 769px) and (max-width: 1200px) {
	#main .about .imgBox .photo {
		margin-top: -10rem;
	}
}
@media all and (max-width: 768px) {
	#main .mainVisual {
		padding: 15rem 0 0.2rem;
	}
	#main .mainVisual .inner {
		padding: 0 1.6rem;
		max-width: 48rem;
	}
	#main .mainVisual .inner .hTitle {
		margin-bottom: 1.7rem;
		font-size: 3.2rem;
		letter-spacing: 0.192rem;
	}
	#main .mainVisual .inner .text {
		margin: 0 -1rem 5.6rem 0;
		font-size: 2rem;
		font-weight: 500;
		letter-spacing: 0;
		font-feature-settings: normal;
		-moz-font-feature-settings: normal;
	}
	#main .mainImg {
		margin-bottom: 5.1rem;
		height: 21rem;
		top: calc(50% - 10.5rem);
	}
	#main .mainImg .subBox img {
		height: 21rem;
	}
	#main .mainImg .subBox .imgList li {
		margin: 0 2rem;
		width: 21rem;
		height: 21rem;
	}
	#main .about {
		padding-bottom: 8rem;
	}
	#main .about .headLine02 {
		margin-bottom: 4.1rem;
		padding: 0.6rem 0 0.6rem 2.8rem;
	}
	#main .about .imgBox {
		margin-bottom: 0;
		padding-bottom: 5rem;
	}
	#main .about .imgBox::before {
		margin: 1.6rem 0 0;
		top: 27.5%;
        left: auto;
        right: -6rem;
		transform: none;
		width: 60rem;
		height: 36rem;
		bottom: 0;
		background-image: url(../img/index/about_bg01_sp.png);
		background-position: center bottom;
	}
	#main .about .imgBox .textBox .headLine03 {
		margin-bottom: 1.5rem;
	}
	#main .about .imgBox .textBox .text {
		min-height: 10.6rem;
		font-size: 1.6rem;
		font-weight: 500;
		letter-spacing: 0.096rem;
	}
	#main .about .imgBox .photo {
		margin: 2.3rem auto 0;
		width: 30.7rem;
	}
	#main .about .textArea {
		margin: -2.4rem 0 4rem;
		padding: 2.5rem 1.6rem 2.3rem;
	}
	#main .about .textArea .title {
		margin-bottom: 1.8rem;
		font-size: 1.6rem;
		letter-spacing: 0.096rem;
		line-height: 1.65;
	}
	#main .about .textArea .textList {
		padding: 0 0.8rem;
		display: block;
	}
	#main .about .textArea .textList li {
		margin-bottom: 2rem;
		padding: 0 !important;
		width: auto;
	}
	#main .about .textArea .textList li::before {
		display: none;
	}
	#main .about .textArea .textList li .subTitle {
		margin: 0 0.1rem 0.7rem;
	}
	#main .about .textArea .textList li .subTitle .ico {
		margin: 0 0.8rem 0.2rem 0;
	}
	#main .about .textArea .textList li .text {
		font-size: 1.5rem;
		letter-spacing: 0.09rem;
	}
	#main .business {
		margin-bottom: 8rem;
		padding: 3.3rem 0 2rem;
		min-height: 62rem;
		background-position: right 30% top;
		border-radius: 1rem;
	}
	#main .business .headLine02 {
		margin-bottom: 14.3rem;
	}
	#main .business .headLine03 {
		margin-bottom: 1.5rem;
	}
	#main .business .text {
		margin-bottom: 3.8rem;
		font-size: 1.6rem;
		font-weight: 500;
		letter-spacing: 0.096rem;
	}
	#main .business .comBtn {
		margin: 0 !important;
	}
	#main .sectars {
		margin-bottom: 8rem;
	}
	#main .sectars .headLine03 {
		margin-bottom: 1.5rem;
	}
	#main .sectars .text {
		margin-bottom: 3.8rem;
		font-size: 1.6rem;
		font-weight: 500;
		letter-spacing: 0.096rem;
	}
	#main .sectars .textList {
		justify-content: space-between;
		gap: 2.1rem 0;
	}
	#main .sectars .textList > li {
		width: calc((100% - 1.6rem) / 2);
	}
	#main .sectars .textList li .title {
		margin-bottom: 0.8rem;
		padding-bottom: 0.7rem;
		font-size: 1.1rem;
		font-weight: 500;
		letter-spacing: 0.066rem;
	}
	#main .sectars .textList li .title .big {
		margin-bottom: -0.3rem;
		font-size: 2.4rem;
		letter-spacing: 0.144rem;
	}
	#main .sectars .textList .subUl li {
		font-size: 1.1rem;
		letter-spacing: 0.066rem;
	}
	#main .comCaseBox {
		margin-bottom: 8rem;
	}
	#main .comCaseBox .headLine03 {
		margin-bottom: 1.5rem !important;
	}
	#main .comCaseBox .topText {
		margin-bottom: 3.9rem;
		font-size: 1.6rem;
		font-weight: 500;
		letter-spacing: 0.096rem;
	}
	#main .comCaseBox .comCaseList > li {
		margin-bottom: 3.9rem;
	}
	#main .advisor {
		padding-bottom: 8rem;
	}
	#main .advisor .headLine03 {
		margin-bottom: 1.6rem;
	}
	#main .advisor .text {
		margin-bottom: 3.9rem;
		font-size: 1.6rem;
		font-weight: 500;
		letter-spacing: 0.096rem;
	}
	#main .advisor .photoArea {
		margin: 0 0.8rem;
		position: relative;
		overflow: hidden;
	}
	#main .advisor .photoList {
		margin: 0 -2rem;
	}
	#main .advisor .photoList .slick-slide > div {
		margin: 0 2.8rem;
		width: auto;
	}
	#main .advisor .photoList li .photoBox {
		margin-bottom: 2.6rem;
	}
	#main .advisor .photoList li .photoBox .photo {
		aspect-ratio: 357 / 147;
	}
	#main .advisor .photoList li .photoBox .photo img {
		border-radius: 0.2rem;
	}
	#main .advisor .photoList li .photoBox .title {
		right: 1.3rem;
		font-size: 1.6rem;
		letter-spacing: 0.096rem;
		line-height: 1.65;
	}
	#main .advisor .photoList li .name {
		margin-bottom: 1.8rem;
		letter-spacing: 0.09rem;
	}
	#main .advisor .photoList li .name .sub {
		margin-bottom: 0.2rem;
		font-size: 1.6rem;
		letter-spacing: 0.09rem;
	}
	#main .advisor .photoList li .text {
		font-size: 1.5rem;
		font-weight: 500;
		letter-spacing: 0.09rem;
		line-height: 1.65;
	}
	#main .advisor .arrow {
		margin: 2.2rem auto 0;
		padding: 0 0.8rem;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-end;
		gap: 2.4rem;
		max-width: 48rem;
	}
	#main .advisor .arrow .next,
	#main .advisor .arrow .prev {
		position: static;
		transform: none;
	}
	#main .aboutArea {
		aspect-ratio: inherit;
		min-height: 59.1rem;
		background-image: url(../img/index/about_bg02_sp.jpg);
	}
	#main .aboutArea .hTitle {
		margin-bottom: 6.3rem;
	}
	#main .aboutArea .hTitle .enText {
		margin-bottom: 5.9rem;
		letter-spacing: 0.09rem;
	}
	#main .aboutArea .hTitle .jp {
		font-size: 3.6rem;
		letter-spacing: 0.36rem;
		background: linear-gradient(90deg, #93C2D2 -7.86%, #F5F5F5 38.69%, #F5F5F5 61.96%, #93C2D2 108.51%);
		background-clip: text;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
	#main .comFaqBox {
		padding: 8rem 0;
	}
	#main .aboutArea .comBtn {
		max-width: 31.4rem;
	}
	#main .comLinkList li a::after {
		right: 1.6rem;
	}
}
@media all and (min-width: 512px) and (max-width: 768px) {
	#main .advisor .photoArea {
		margin: 0;
	}
	#main .advisor .photoArea .photoList .slick-slide > div {
		width: 48rem;
	}
	#main .advisor .photoArea .photoList li .photoBox .photo {
		aspect-ratio: 480 / 190;
	}
}
@media all and (min-width: 480px) and (max-width: 768px) {
	#main .about .imgBox::before {
		top: 21.5%;
		right: 0.8rem;
	}
	#main .about .headLine03 .sp {
		display: none;
	}
	#main .about .textArea {
		margin-top: 1.5rem;
	}
	#main .aboutArea {
		background-image: url(../img/index/about_bg02_sp02.jpg);
	}
}
#main .contsBox {
	position: relative;
	z-index: 3;
	background: rgba(245, 245, 245, 0.9);
    backdrop-filter: blur(10px);
}