@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
/* mainVisual */
.mainVisual {
	position: relative;
}
.mainVisual .sliderBox {
	position: relative;
}
.mainVisual .sliderBox::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	z-index: 1;
	background-color: rgba(0, 0, 0, 0.17);
	pointer-events: none;
}
.mainVisual .sliderBox .foo {
	line-height: 0;
}
.mainVisual .sliderBox .slick-slide > div > li {
	aspect-ratio: 288/180;
}
.mainVisual .sliderBox img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.mainVisual .content {
	position: absolute;
	bottom: 3.6rem;
	width: 100%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
}
.mainVisual .content.else {
	padding: 0 3.7rem;
	max-width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: right;
	bottom: 0;
}
.mainVisual .copyRight {
	font-weight: 300;
	font-size: 1rem;
	letter-spacing: 0.05em;
	color: #fff;
	writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
}
.mainVisual .innerBox h2 {
	font-weight: 700;
	color: #fff;
	font-size: 4.4rem;
}
.mainVisual .innerBox h2 > span.outfit {
	margin: -1rem -2rem 0 0;
	display: block;
	font-size: 20rem;
	font-weight: 600;
	letter-spacing: -0.03em;
	text-indent: -0.05em;
	color: #02af94;
	line-height: 1;
}
.mainVisual .innerBox .text {
	color: #fff;
	font-weight: 700;
	font-size: 1.7rem;
	letter-spacing: 0.05em;
}
#main .newsBox {
	padding: 3rem 0 2.8rem;
	align-items: flex-start;
	border-bottom: 1px solid #e9e9e9;
}
#main .newsBox .title {
	text-align: right;
	margin-right: 3.5rem;
	padding: 1.7rem 3.4rem 1.7rem 1.5rem;
	font-size: 1.6rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	color: #02af94;
	width: calc(50% - 49.1rem);
	border-right: 1px solid #e9e9e9;
}
#main .newsBox .comNewsUl {
	flex: 1;
}
#main .newsBox .comNewsUl > li .subBox {
	padding: 1.5rem 0 0;
	border-bottom: 0;
}
@media all and (min-width: 897px) and (max-width: 1400px) {
	.mainVisual .innerBox h2 > span.outfit {
		font-size: 18rem;
	}
}
@media all and (max-width: 896px) {
	.mainVisual .sliderBox {
		min-height: 66.7rem;
		max-height: 100rem;
		overflow: hidden;
	}
	.mainVisual .sliderBox .slick-slide > div > li {
		aspect-ratio: 375/667;
	}
	.mainVisual .content {
		bottom: 1.5rem;
	}
	.mainVisual .content.else {
		display: none;
	}
	.mainVisual .innerBox h2 {
		font-size: 2rem;
	}
	.mainVisual .innerBox h2 > span.outfit {
		margin: 0.8rem -1rem 1.2rem 0;
		font-size: 9rem;
		text-indent: 0;
		line-height: 0.87;
	}
	.mainVisual .innerBox .text {
		font-size: 1.3rem;
	}
	#main .newsBox {
		padding: 1.4rem 2rem 1.8rem;
		display: block;
	}
	#main .newsBox .title {
		text-align: left;
		margin-right: 0;
		padding: 0;
		font-size: 1.4rem;
		width: auto;
	}
	#main .newsBox .comNewsUl > li .subBox {
		padding-top: 1.3rem;
	}
}
/* about */
#main .about {
	overflow: hidden;
}
#main .about .imgBox {
	align-items: center;
	flex-direction: row-reverse;
	padding: 14.3rem 0 18rem;
}
#main .about .imgBox .photoBox {
	position: relative;
	z-index: 2;
	width: 50%;
}
#main .about .imgBox .photoBox img {
	width: 100%;
}
#main .about .imgBox .textBox {
	position: relative;
	z-index: 1;
	margin-bottom: 0.5rem;
	width: calc(50% - 12rem);
}
#main .about .imgBox .textBox::after {
	position: absolute;
	top: -17.7rem;
	left: -15.3rem;
	width: 69rem;
	height: 88.1rem;
	content: "";
	z-index: 1;
	background: url(../img/index/about_img01.png) no-repeat right top / 100%;
}
#main .about .imgBox .textBox .sub {
	position: relative;
	z-index: 2;
	width: 48rem;
}
#main .about .imgBox .textBox .title {
	margin-bottom: 2rem;
	font-size: 3rem;
	font-weight: 700;
	letter-spacing: -0.02em;
	color: #02af94;
}
#main .about .imgBox .textBox .text {
	margin-bottom: 4rem;
	font-size: 1.4rem;
	line-height: 2;
}
#main .about .photo img {
	width: 100%;
}
@media all and (max-width: 896px) {
	#main .about .imgBox {
		display: block;
		padding: 5.8rem 2rem 8rem;
	}
	/* [SAVVY CHANGE] SP時の会社情報写真を本文幅いっぱいに表示 */
	#main .about .imgBox .photoBox {
		margin: 0;
		width: 100%;
	}
	#main .about .imgBox .textBox {
		margin-bottom: 5rem;
		width: auto;
	}
	#main .about .imgBox .textBox::after {
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		width: 33.6rem;
		height: 42.9rem;
		background-position: center center;
		background-image: url(../img/index/about_img01_sp.png);
	}
	#main .about .imgBox .textBox .sub {
		width: auto;
	}
	#main .about .imgBox .textBox .title {
		margin-bottom: 1.5rem;
		font-size: 2rem;
	}
	#main .about .imgBox .textBox .text {
		margin-bottom: 1.9rem;
	}
}
/* business */
#main .business {
	padding-top: 12.5rem;
}
#main .business .content {
	max-width: 136rem;
}
#main .business .infoBox {
	margin-bottom: 5.3rem;
	align-items: flex-start;
	gap: 3rem;
}
#main .business .infoBox .headLine04 {
	width: 29.5rem;
}
#main .business .infoBox .headLine04 .en {
	font-size: 1.6rem;
	letter-spacing: 0.03em;
}
#main .business .infoBox .textBox {
	margin-top: 5.3rem;
	flex: 1;
}
#main .business .infoBox .textBox .title {
	margin-bottom: 2rem;
	color: #02af94;
	font-weight: 700;
	font-size: 3rem;
	letter-spacing: -0.02em;
}
#main .business .infoBox .textBox .text {
	font-size: 1.4rem;
	line-height: 2;
}
#main .business .linkUl li {
	width: 48.9%;
}
#main .business .linkUl a {
	padding: 4.5rem 14rem 14rem 4rem;
	position: relative;
	display: block;
	min-height: 54rem;
	overflow: hidden;
}
#main .business .linkUl a::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	z-index: 1;
	background-color: rgba(0, 0, 0, 0.35);
	pointer-events: none;
}
#main .business .linkUl a::before {
	position: absolute;
	bottom: 4rem;
	right: 4rem;
	width: 10rem;
	height: 10rem;
	content: "";
	z-index: 2;
	border-radius: 50%;
	transition: .3s;
	background: #fff url(../img/common/arrow_icon02.png) no-repeat center center / 1.8rem auto;
}
#main .business .linkUl .photo {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
#main .business .linkUl .photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform ease 0.3s;
	-webkit-transition: transform ease 0.3s;
}
#main .business .linkUl .textBox {
	position: relative;
	z-index: 2;
}
#main .business .linkUl .textBox p {
	color: #fff;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 2;
}
#main .business .comInnerBox {
	margin-top: 15rem;
	display: block;
	min-height: 74rem;
}
#main .business .comInnerBox a {
	min-height: 74rem;
	height: 100%;
	display: flex;
    align-items: center;
    justify-content: right;
	position: relative;
	overflow: hidden;
}
#main .business .comInnerBox a::before {
    position: absolute;
	bottom: 4rem;
	right: 4rem;
	width: 10rem;
	height: 10rem;
	content: "";
	z-index: 2;
	border-radius: 50%;
	transition: .3s;
	background: #fff url(../img/common/arrow_icon02.png) no-repeat center center / 1.8rem auto;
	pointer-events: none;
}
#main .business .comInnerBox .innerBox {
	margin: 4rem 11.5rem 0 auto;
	width: 47.3rem;
}
#main .business .comInnerBox .innerBox .headLine04 {
	margin-bottom: 3.7rem;
	color: #fff;
	letter-spacing: 0;
}
#main .business .comInnerBox .innerBox .headLine04 .en {
	color: #fff;
	font-size: 1.6rem;
	letter-spacing: 0.03em;
}
#main .business .comInnerBox .innerBox .title {
	margin-bottom: 2rem;
	color: #fff;
	font-size: 3rem;
	font-weight: 700;
	letter-spacing: -0.03em;
}
@media all and (min-width: 897px) {
	#main .business .comInnerBox .photo {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 1;
	}
	#main .business .comInnerBox .photo img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		transition: transform ease 0.3s;
		-webkit-transition: transform ease 0.3s;
	}
	#main .business .comInnerBox a:hover .photo img,
	#main .business .linkUl a:hover .photo img {
		transform: scale(1.1);
		-webkit-transform: scale(1.1);
	}
	#main .business .comInnerBox a:hover::before {
		background-color: #f0f0f0;
	}
	#main .business .linkUl a:hover::before {
		background-color: #f0f0f0;
	}
}
@media all and (max-width: 896px) {
	#main .business {
		padding-top: 7.8rem;
	}
	#main .business .infoBox {
		margin-bottom: 3rem;
		display: block;
	}
	#main .business .infoBox .headLine04 {
		width: auto;
		font-size: 3.8rem;
	}
	#main .business .infoBox .headLine04 .en {
		font-size: 1.1rem;
		letter-spacing: 0;
	}
	#main .business .infoBox .textBox {
		margin-top: 0;
	}
	#main .business .infoBox .textBox .title {
		margin-bottom: 1.5rem;
		font-size: 2rem;
	}
	#main .business .linkUl {
		margin: 0 -1rem;
		display: block;
	}
	#main .business .linkUl li {
		margin-bottom: 1rem;
		width: auto;
	}
	#main .business .linkUl li:last-child {
		margin-bottom: 0;
	}
	#main .business .linkUl a {
		padding: 2rem 2rem 7.6rem;
		min-height: 29.7rem;
	}
	#main .business .linkUl a::before {
		bottom: 2rem;
		right: 2rem;
		width: 5.6rem;
		height: 5.6rem;
		background-image: url(../img/common/arrow_icon03.png);
		background-size: 1.6rem auto;
		background-position: center top calc(50% + 0.2rem);
	}
	#main .business .linkUl .textBox p {
		font-size: 1.2rem;
		line-height: 1.83;
	}
	#main .business .comInnerBox {
		margin-top: 3rem;
		padding: 5rem 0 5.1rem;
		min-height: fit-content;
		background: none;
	}
	#main .business .comInnerBox > a {
		cursor: default;
		pointer-events: none;
	}
	#main .business .comInnerBox a {
		min-height: fit-content;
		display: block;
	}
	#main .business .comInnerBox a::before {
		display: none;
	}
	#main .business .comInnerBox::after {
		display: none;
	}
	#main .business .comInnerBox .innerBox {
		margin: 0;
		width: auto;
	}
	#main .business .comInnerBox .innerBox .headLine04 {
		margin-bottom: 3rem;
		color: #1c1e1d;
		font-size: 3.6rem;
	}
	#main .business .comInnerBox .innerBox .headLine04 .en {
		color: #02af94;
		font-size: 1.1rem;
		letter-spacing: 0;
	}
	#main .business .comInnerBox .innerBox .title {
		margin-bottom: 1.5rem;
		color: #02af94;
		font-size: 2rem;
		letter-spacing: -0.02em;
	}
	#main .business .comInnerBox .innerBox .text {
		margin-bottom: 2rem;
		color: #1c1e1d;
	}
	#main .business .comLinkUl {
		margin: 0 2rem 5rem;
	}
	#main .business .photo img {
		width: 100%;
	}
}
/* works */
#main .works {
	padding-top: 12.8rem;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
#main .works::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 53.8rem;
	background-color: #02af94;
	content: "";
	z-index: -1;
}
#main .works .content {
	max-width: 136rem;
}
#main .works .innerBox {
	margin-bottom: 5.8rem;
	gap: 2rem;
	align-items: flex-start;
}
#main .works .innerBox .headLine04 {
	margin-bottom: 0;
	width: 25.8rem;
}
#main .works .innerBox .headLine04 .en {
	font-size: 1.6rem;
	letter-spacing: 0.03em;
}
#main .works .innerBox p {
	margin-top: 6.5rem;
	flex: 1;
	font-size: 1.4rem;
	line-height: 2;
}
#main .works .comBtnUl {
	margin-right: 2rem;
	flex: 1;
	justify-content: right;
}
#main .works .comBtnUl li {
	width: 18rem;
	background-color: #02af94;
	border: 1px solid #fff;
}
#main .works .comBtnUl a {
	min-height: 6.2rem;
	color: #fff;
}
#main .works .comBtnUl span {
	background-image: url(../img/common/icon02.png);
}
#main .works .comSlider p {
	margin-bottom: -6.1rem;
	width: 162rem;
	line-height: 1.2;
}
@media all and (min-width: 897px) {
	#main .works .comBtnUl li:hover {
		background-color: #20c4a8;
	}
}
@media all and (max-width: 896px) {
	#main .works {
		padding-top: 2.7rem;
	}
	#main .works::after {
		height: 49.9rem;
	}
	#main .works .innerBox {
		margin-bottom: 3rem;
		display: block;
	}
	#main .works .innerBox .headLine04 {
		margin-bottom: 2.5rem;
		width: auto;
		font-size: 3.8rem;
	}
	#main .works .innerBox .headLine04 .en {
		font-size: 1.1rem;
		letter-spacing: 0;
	}
	#main .works .innerBox p {
		margin-top: 0;
	}
	#main .works .comBtnUl {
		margin-right: 0;
	}
	#main .works .comBtnUl li {
		margin: 0 0 0 auto;
		width: 16.4rem;
	}
	#main .works .comBtnUl a {
		min-height: 5.4rem;
	}
	#main .works .comSlider p {
		margin: 2rem 0 -4.6rem;
		width: 123rem;
	}
}
/* community */
#main .community {
	padding: 10rem 0;
}
#main .community .content {
	padding: 6rem;
	max-width: 132rem;
	background-color: #f6f7f5;
}
#main .community .imgBox {
	gap: 8rem;
	align-items: center;
}
#main .community .imgBox .photoBox {
	width: 58rem;
}
#main .community .imgBox .textBox {
	margin-top: 1.7rem;
	flex: 1;
}
#main .community .headLine04 {
	margin-bottom: 3.5rem;
	font-size: 4.4rem;
}
#main .community .headLine04 .en {
	font-size: 1.6rem;
	letter-spacing: 0.03em;
}
#main .community .imgBox .textBox p {
	margin-bottom: 4rem;
	font-size: 1.4rem;
	line-height: 2;
}
@media all and (max-width: 896px) {
	#main .community {
		padding: 5rem 2rem;
	}
	#main .community .content {
		padding: 2rem 2rem 3rem;
	}
	#main .community .imgBox {
		display: block;
	}
	#main .community .imgBox .photoBox {
		margin-bottom: 2.4rem;
		width: auto;
	}
	#main .community .imgBox .photoBox img {
		width: 100%;
	}
	#main .community .imgBox .textBox {
		margin-top: 0;
	}
	#main .community .headLine04 {
		margin-bottom: 2rem;
		font-size: 3rem;
	}
	#main .community .headLine04 .en {
		font-size: 1.1rem;
		letter-spacing: 0;
	}
	#main .community .imgBox .textBox p {
		margin-bottom: 1.5rem;
	}
}
/* recruit */
#main .recruit {
	position: relative;
	background-color: #16907c;
}
#main .recruit::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	z-index: 1;
	background: url(../img/index/recruit_bg.jpg) no-repeat left top / cover;
	mix-blend-mode: multiply;
}
#main .recruit .imgBox {
	padding-left: 2rem;
	margin-left: auto;
	position: relative;
	z-index: 2;
	max-width: calc(50% + 62rem);
	align-items: center;
	height: 82rem;
	overflow: hidden;
}
#main .recruit .imgBox .textBox {
	width: calc(50% - 18rem);
}
#main .recruit .imgBox .textBox .headLine04 {
	margin-bottom: 3.8rem;
	color: #fff;
	letter-spacing: 0;
}
#main .recruit .imgBox .textBox .headLine04 .en {
	color: #fff;
	font-size: 1.6rem;
	letter-spacing: 0.03em;
}
#main .recruit .imgBox .textBox .title {
	margin: 0 -1rem 2rem 0;
	font-weight: 700;
	font-size: 3rem;
	letter-spacing: -0.02em;
	color: #fff;
}
#main .recruit .imgBox .textBox .text {
	margin-bottom: 3.5rem;
	font-size: 1.4rem;
	line-height: 2;
	color: #fff;
}
#main .recruit .imgBox .photoBox {
	width: calc(50% + 5.5rem);
	gap: 1.5rem;
	height: 82rem;
	overflow: hidden;
}
#main .recruit .imgBox .photoBox .splidBox {
	width: calc((100% - 1.5rem) / 2);
}
#main .recruit .imgBox .photoBox .splidBox li {
	margin-bottom: 1.5rem;
	will-change: transform;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
    mask-image: radial-gradient(white, black);
}
#main .recruit .imgBox .photoBox .splidBox img {
	width: 100%;
	-webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
#main .recruit .imgBox .comLinkUl a {
	color: #fff;
	background-image: url(../img/common/icon02.png);
}
@media all and (max-width: 896px) {
	#main .recruit {
		padding-top: 6.8rem;
	}
	#main .recruit::after {
		background-image: url(../img/index/recruit_bg_sp.jpg);
		background-size: 100% auto;
	}
	#main .recruit .imgBox {
		padding-left: 0;
		max-width: 100%;
		height: fit-content;
		display: block;
	}
	#main .recruit .imgBox .textBox {
		margin: 0 2rem 4.7rem;
		width: auto;
	}
	#main .recruit .imgBox .textBox .headLine04 {
		margin-bottom: 3rem;
		font-size: 3.6rem;
		letter-spacing: 0.03em;
	}
	#main .recruit .imgBox .textBox .headLine04 .en {
		font-size: 1.1rem;
		letter-spacing: 0;
	}
	#main .recruit .imgBox .textBox .title {
		margin: 0 0 1.5rem;
		font-size: 2rem;
	}
	#main .recruit .imgBox .textBox .text {
		margin-bottom: 2rem;
	}
	#main .recruit .imgBox .photoBox {
		width: auto;
		display: block;
		height: fit-content;
	}
	#main .recruit .imgBox .photoBox .splidBox {
		margin-bottom:  0.5rem;
		width: auto;
	}
	#main .recruit .imgBox .photoBox .splidBox:last-child {
		margin-bottom: 0;
	}
	#main .recruit .imgBox .photoBox .splidBox li {
		width: 14rem;
		margin: 0 0.5rem 0 0;
	}
}
/* news */
#main .news {
	padding: 12rem 0 11.8rem;
	border-bottom: 1px solid #e9e9e9;
}
#main .news .content {
	max-width: 136rem;
	gap: 2rem;
}
#main .news .headLine04 {
	margin-bottom: 6rem;
	font-size: 3.6rem;
	width: 24.5rem;
}
#main .news .headLine04 .en {
	margin: 0.5rem 0 0;
	letter-spacing: 0.03em;
}
#main .news .comNewsUl {
	margin-top: 0.8rem;
	flex: 1;
}
#main .news .comNewsUl > li:last-child .subBox {
	padding-bottom: 0;
	border-bottom: 0;
}
@media all and (max-width: 896px) {
	#main .news {
		padding: 5.2rem 0 6rem;
	}
	#main .news .content {
		display: block;
	}
	#main .news .headLine04 {
		margin-bottom: 2rem;
		font-size: 2.8rem;
		width: auto;
	}
	#main .news .headLine04 .en {
		margin: 0.5rem 0 0;
		font-size: 1.1rem;
		letter-spacing: 0;
	}
	#main .news .comNewsUl {
		margin: 0 0 4.5rem;
	}
	#main .news .comNewsUl > li:last-child .subBox {
		padding-bottom: 1.7rem;
		border-bottom: 1px solid #e9e9e9;
	}
}
/* [SAVVY CHANGE] トップFVの高さ、コピー位置、ニュース帯を調整 */
@media all and (min-width: 897px) {
	:root {
		--ak-fv-news-height: 10.8rem;

		--ak-fv-side-space: clamp(3.2rem, 2.8vw, 5.6rem);
		--ak-fv-copy-bottom: clamp(3.2rem, 4.2vh, 5.8rem);
	}

	.mainVisual {
		height: calc(100svh - var(--ak-fv-news-height));
		min-height: 58rem;
		overflow: hidden;
	}

	.mainVisual .sliderBox,
	.mainVisual .sliderBox .foo,
	.mainVisual .sliderBox .slick-list,
	.mainVisual .sliderBox .slick-track,
	.mainVisual .sliderBox .slick-slide,
	.mainVisual .sliderBox .slick-slide > div,
	.mainVisual .sliderBox .slick-slide > div > li {
		height: 100%;
	}

	.mainVisual .sliderBox .slick-slide > div > li {
		aspect-ratio: auto;
	}

	.mainVisual .sliderBox img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.mainVisual > .content:not(.else) {
		left: 0;
		bottom: var(--ak-fv-copy-bottom);
		width: 100%;
		padding: 0 var(--ak-fv-side-space);
		transform: none;
	}

	.mainVisual .innerBox h2 {
		font-size: clamp(3.2rem, 2.7vw, 4.4rem);
		line-height: 1.14;
	}

	.mainVisual .innerBox h2 > span.outfit {
		margin: clamp(-1rem, -0.8vw, -0.4rem) -2rem 0 0;
		font-size: clamp(12rem, 12.8vw, 20rem);
		line-height: 0.96;
	}

	.mainVisual .innerBox .text {
		margin-top: clamp(0.6rem, 1.1vh, 1.2rem);
		font-size: clamp(1.35rem, 1.08vw, 1.7rem);
		line-height: 1.5;
	}

	#main .newsBox {
		min-height: var(--ak-fv-news-height);
		padding: 0 var(--ak-fv-side-space);
		align-items: center;
		border-bottom: 1px solid #e9e9e9;
	}

	#main .newsBox .title {
		flex: 0 0 18rem;
		width: 18rem;
		margin: 0 3.5rem 0 0;
		padding: 0 3.4rem 0 0;
		display: flex;
		align-items: center;
		align-self: stretch;
		text-align: left;
		border-right: 1px solid #e9e9e9;
	}

	#main .newsBox .comNewsUl {
		flex: 1;
		min-width: 0;
	}

	#main .newsBox .comNewsUl > li .subBox {
		min-height: var(--ak-fv-news-height);
		padding: 0;
		align-items: center;
		border-bottom: 0;
	}

	#main .newsBox .comNewsUl .lBox,
	#main .newsBox .comNewsUl .text {
		margin-top: 0;
	}
}

/* 低いPC画面では、FV内の文字サイズを少し抑える */
@media all and (min-width: 897px) and (max-height: 850px) {
	:root {
		--ak-fv-news-height: 9.6rem;
		--ak-fv-copy-bottom: 2.8rem;
	}

	.mainVisual {
		/* [SAVVY FIX] 低いPCではヘッダーが約7.2rem高になる一方、
		   #main の margin-top:-11.9rem はそのままなので、FV上端は約4.7rem画面上に潜る。
		   その潜り込み分をFV高へ足し、NEWSの開始位置をちょうど画面下端より外へ送る。 */
		height: calc(100svh + 4.7rem);
		min-height: 0;
	}

	.mainVisual .innerBox h2 {
		font-size: clamp(2.8rem, 2.4vw, 3.8rem);
	}

	.mainVisual .innerBox h2 > span.outfit {
		font-size: clamp(10rem, 11vw, 16rem);
	}

	.mainVisual .innerBox .text {
		font-size: 1.35rem;
	}

	#main .newsBox .title,
	#main .newsBox .comNewsUl > li .subBox {
		min-height: var(--ak-fv-news-height);
	}
}

/* [SAVVY FIX] トップFVの英字コピーが折り返さないように調整 */
@media all and (min-width: 897px) {
	.mainVisual > .content:not(.else) {
		max-width: none;
	}

	.mainVisual .innerBox {
		width: 100%;
		max-width: none;
	}

	.mainVisual .innerBox h2 > span.outfit {
		width: calc(100vw - var(--ak-fv-side-space) - var(--ak-fv-side-space));
		max-width: none;
		white-space: nowrap;
		font-size: clamp(10rem, 12.1vw, 20rem);
		line-height: 0.95;
	}
}

/* [SAVVY FIX] 低いPC画面用の英字コピー調整 */
@media all and (min-width: 897px) and (max-height: 760px) {
	.mainVisual .innerBox h2 > span.outfit {
		font-size: clamp(9.6rem, 11.2vw, 16.5rem);
	}
}

/* [SAVVY FIX] 英字コピーはJSで実測して1行に収める */
@media all and (min-width: 897px) {
	.mainVisual .innerBox h2 {
		width: 100%;
	}

	.mainVisual .innerBox h2 > span.outfit {
		font-size: var(--ak-fv-build-fit-size, clamp(8.8rem, 10.4vw, 19rem));

		margin-top: clamp(0rem, 0.35vw, 0.8rem);

		display: block;
		width: max-content;
		max-width: none;
		white-space: nowrap !important;
		word-break: normal !important;
		overflow-wrap: normal !important;
		line-break: auto;
	}
}

@media all and (min-width: 897px) and (max-height: 760px) {
	.mainVisual .innerBox h2 > span.outfit {
		font-size: var(--ak-fv-build-fit-size, clamp(8.4rem, 9.8vw, 17rem));
	}
}

/* [SAVVY ADD] FVスライダーの写真に、ゆるいズームの動きを追加 */
.mainVisual .sliderBox {
	overflow: hidden;
	background: #fff;
}

.mainVisual .sliderBox .slick-list,
.mainVisual .sliderBox .slick-track {
	height: 100%;
}

.mainVisual .sliderBox .slick-slide,
.mainVisual .sliderBox .slick-slide > div,
.mainVisual .sliderBox .slick-slide > div > li {
	overflow: hidden;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

.mainVisual .sliderBox .slick-slide > div > li {
	position: relative;
}

.mainVisual .sliderBox .slick-slide > div > li::after {
	position: absolute;
	inset: 0;
	z-index: 1;
	background: rgba(0, 0, 0, 0.02);
	opacity: 0;
	transition: opacity 2.2s cubic-bezier(0.45, 0, 0.2, 1);
	pointer-events: none;
	content: "";
}

.mainVisual .sliderBox .slick-slide.is-ak-fv-next > div > li::after,
.mainVisual .sliderBox .slick-slide.is-ak-fv-current > div > li::after {
	opacity: 1;
}

.mainVisual .sliderBox img.ak-fv-slide-img,
.mainVisual .sliderBox .slick-slide img {
	transform: scale(1.045) translate3d(0, 0, 0);
	transform-origin: var(--ak-fv-origin, center center);
	will-change: transform;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

.mainVisual .sliderBox .slick-slide.is-ak-fv-active-motion img.ak-fv-slide-img {
	animation: akFvPhotoDrift var(--ak-fv-motion-duration, 8400ms) linear both;
}

.mainVisual .sliderBox .slick-slide.ak-fv-motion-01 {
	--ak-fv-origin: 52% 48%;
	--ak-fv-from-scale: 1.045;
	--ak-fv-to-scale: 1.105;
	--ak-fv-from-x: 0%;
	--ak-fv-from-y: 0%;
	--ak-fv-to-x: -1.1%;
	--ak-fv-to-y: -0.8%;
}

.mainVisual .sliderBox .slick-slide.ak-fv-motion-02 {
	--ak-fv-origin: 45% 55%;
	--ak-fv-from-scale: 1.05;
	--ak-fv-to-scale: 1.115;
	--ak-fv-from-x: -0.4%;
	--ak-fv-from-y: 0.2%;
	--ak-fv-to-x: 0.9%;
	--ak-fv-to-y: -1.0%;
}

.mainVisual .sliderBox .slick-slide.ak-fv-motion-03 {
	--ak-fv-origin: 58% 45%;
	--ak-fv-from-scale: 1.045;
	--ak-fv-to-scale: 1.10;
	--ak-fv-from-x: 0.4%;
	--ak-fv-from-y: -0.2%;
	--ak-fv-to-x: -0.8%;
	--ak-fv-to-y: 0.8%;
}

@keyframes akFvPhotoDrift {
	0% {
		transform: scale(var(--ak-fv-from-scale, 1.045)) translate3d(var(--ak-fv-from-x, 0), var(--ak-fv-from-y, 0), 0);
	}
	100% {
		transform: scale(var(--ak-fv-to-scale, 1.105)) translate3d(var(--ak-fv-to-x, 0), var(--ak-fv-to-y, 0), 0);
	}
}

@media all and (max-width: 896px) {
	.mainVisual .sliderBox .slick-slide.ak-fv-motion-01,
	.mainVisual .sliderBox .slick-slide.ak-fv-motion-02,
	.mainVisual .sliderBox .slick-slide.ak-fv-motion-03 {
		--ak-fv-from-scale: 1.035;
		--ak-fv-to-scale: 1.075;
		--ak-fv-to-x: 0%;
		--ak-fv-to-y: -0.8%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.mainVisual .sliderBox .slick-slide.is-ak-fv-active-motion img.ak-fv-slide-img {
		animation: none !important;
		transform: scale(1.045) translate3d(0, 0, 0) !important;
	}
}


/* [SAVVY CHANGE] FVスライダーを、右からのワイプ＋縮小表示に変更 */
.mainVisual .sliderBox .foo.is-ak-fv-wipe-slick {
	overflow: hidden;
}

.mainVisual .sliderBox .foo.is-ak-fv-wipe-slick .slick-list,
.mainVisual .sliderBox .foo.is-ak-fv-wipe-slick .slick-track {
	height: 100%;
}

.mainVisual .sliderBox .foo.is-ak-fv-wipe-slick .slick-slide {
	overflow: hidden;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	will-change: opacity, clip-path;
}

.mainVisual .sliderBox .foo.is-ak-fv-wipe-slick .slick-slide.is-ak-fv-wipe-base,
.mainVisual .sliderBox .foo.is-ak-fv-wipe-slick .slick-slide.is-ak-fv-wipe-next {
	opacity: 1 !important;
	visibility: visible !important;
}

.mainVisual .sliderBox .foo.is-ak-fv-wipe-slick .slick-slide.is-ak-fv-wipe-base {
	z-index: 1 !important;
	clip-path: inset(0 0 0 0);
	-webkit-clip-path: inset(0 0 0 0);
}

.mainVisual .sliderBox .foo.is-ak-fv-wipe-slick .slick-slide.is-ak-fv-wipe-next {
	z-index: 2 !important;
	clip-path: inset(0 0 0 100%);
	-webkit-clip-path: inset(0 0 0 100%);
}

.mainVisual .sliderBox .foo.is-ak-fv-wipe-slick .slick-slide.is-ak-fv-wipe-next.is-ak-fv-wipe-reveal {
	animation: akFvSanuWipeOnSlick 1650ms cubic-bezier(0.76, 0, 0.24, 1) both;
}

.mainVisual .sliderBox .foo.is-ak-fv-wipe-slick .slick-slide > div > li::after,
.mainVisual .sliderBox .foo.is-ak-fv-wipe-slick .slick-slide > li::after {
	opacity: 0 !important;
}

.mainVisual .sliderBox .foo.is-ak-fv-wipe-slick .slick-slide img.ak-fv-slide-img {
	transform: scale(1.035) translate3d(0, 0, 0);
	transform-origin: center center;
}

.mainVisual .sliderBox .foo.is-ak-fv-wipe-slick .slick-slide.is-ak-fv-active-motion img.ak-fv-slide-img {
	animation: akFvPhotoDriftSoft var(--ak-fv-motion-duration, 8200ms) linear both;
}

.mainVisual .sliderBox .foo.is-ak-fv-wipe-slick .slick-slide.is-ak-fv-wipe-next img.ak-fv-slide-img {
	animation: none;
	transform: scale(1.16) translate3d(3.2%, 0, 0);
}

.mainVisual .sliderBox .foo.is-ak-fv-wipe-slick .slick-slide.is-ak-fv-wipe-next.is-ak-fv-wipe-reveal img.ak-fv-slide-img {
	animation: akFvSanuWipeImageScaleIn 1650ms cubic-bezier(0.76, 0, 0.24, 1) both;
}


@keyframes akFvSanuWipeOnSlick {
	0% {
		clip-path: inset(0 0 0 100%);
		-webkit-clip-path: inset(0 0 0 100%);
	}
	100% {
		clip-path: inset(0 0 0 0);
		-webkit-clip-path: inset(0 0 0 0);
	}
}

@keyframes akFvSanuWipeImageScaleIn {
	0% {
		transform: scale(1.16) translate3d(3.2%, 0, 0);
	}
	100% {
		transform: scale(1.035) translate3d(0, 0, 0);
	}
}

@keyframes akFvPhotoDriftSoft {
	0% {
		transform: scale(1.035) translate3d(0, 0, 0);
	}
	100% {
		transform: scale(1.075) translate3d(-0.6%, -0.4%, 0);
	}
}

@media all and (max-width: 896px) {
	.mainVisual .sliderBox .foo.is-ak-fv-wipe-slick .slick-slide.is-ak-fv-wipe-next.is-ak-fv-wipe-reveal {
		animation-duration: 1350ms;
	}

	.mainVisual .sliderBox .foo.is-ak-fv-wipe-slick .slick-slide.is-ak-fv-wipe-next img.ak-fv-slide-img {
		transform: scale(1.10) translate3d(2.0%, 0, 0);
	}

	.mainVisual .sliderBox .foo.is-ak-fv-wipe-slick .slick-slide.is-ak-fv-wipe-next.is-ak-fv-wipe-reveal img.ak-fv-slide-img {
		animation-name: akFvSanuWipeImageScaleInSp;
		animation-duration: 1350ms;
	}


	.mainVisual .sliderBox .foo.is-ak-fv-wipe-slick .slick-slide.is-ak-fv-active-motion img.ak-fv-slide-img {
		animation-name: akFvPhotoDriftSoftSp;
	}
}

@keyframes akFvSanuWipeImageScaleInSp {
	0% {
		transform: scale(1.10) translate3d(2.0%, 0, 0);
	}
	100% {
		transform: scale(1.03) translate3d(0, 0, 0);
	}
}

@keyframes akFvPhotoDriftSoftSp {
	0% {
		transform: scale(1.03) translate3d(0, 0, 0);
	}
	100% {
		transform: scale(1.06) translate3d(0, -0.5%, 0);
	}
}

@media (prefers-reduced-motion: reduce) {
	.mainVisual .sliderBox .foo.is-ak-fv-wipe-slick .slick-slide.is-ak-fv-wipe-next.is-ak-fv-wipe-reveal,
	.mainVisual .sliderBox .foo.is-ak-fv-wipe-slick .slick-slide.is-ak-fv-active-motion img.ak-fv-slide-img,
	.mainVisual .sliderBox .foo.is-ak-fv-wipe-slick .slick-slide.is-ak-fv-wipe-next img.ak-fv-slide-img {
		animation: none !important;
	}

	.mainVisual .sliderBox .foo.is-ak-fv-wipe-slick .slick-slide.is-ak-fv-wipe-next {
		clip-path: inset(0 0 0 0) !important;
		-webkit-clip-path: inset(0 0 0 0) !important;
	}
}

/*------------------------------------------------------------
	[SAVVY CHANGE] トップページの円形矢印ホバー演出を調整
------------------------------------------------------------*/
@media all and (min-width: 897px) and (hover: hover) and (pointer: fine) {
	#main .business .linkUl a::before,
	#main .business .comInnerBox a::before {
		transition: background-color 0.3s ease, transform 0.58s cubic-bezier(0.22, 1, 0.36, 1);
		transform-origin: center center;
	}

	#main .business .linkUl a:hover::before,
	#main .business .comInnerBox a:hover::before {
		background-color: #f0f0f0;
		animation: akLinkCircleArrowHover 0.58s cubic-bezier(0.22, 1, 0.36, 1) both;
	}
}

@media (prefers-reduced-motion: reduce) {
	#main .business .linkUl a::before,
	#main .business .comInnerBox a::before {
		transition: none !important;
		animation: none !important;
		transform: none !important;
	}
}


/* [SAVVY FIX] トップFVコピーの1文字表示時の崩れを調整 */
.mainVisual .innerBox h2 .ak-title-char {
	display: inline-block;
	width: auto;
	max-width: none;
	margin: 0;
	font: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	text-indent: 0;
	color: inherit;
	white-space: pre;
}

.mainVisual .innerBox h2 .ak-title-char-space {
	width: 0.24em;
}
