@charset "utf-8";
/* header
---------------------------*/
header {
	height: 100vh;
	max-height: 700px;
	position: relative;
}
.home header {
	max-height: unset;
}
header > h1 {
	width: 50px;
	position: absolute;
	top: 40px;
	left: 40px;
	z-index: 10;
}
.home header > h1 {
	width: 100px;
	top: 50%;
	left: 50%;
	opacity: 0;
	transform: translate(-50%,-50%);
	animation: toplogo 6000ms ease-out 1200ms forwards;
}
@keyframes toplogo {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
header > figure {
	display: block;
	width: calc(100% - 130px);
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 0;
	overflow: hidden;
	pointer-events: none;
}
.home header > figure {
	width: 100%;
}
header > figure img {
	height: 100%;
	object-fit: cover;
}
.home header > figure img {
	opacity: 0;
	animation: topfvimg 8000ms ease-out 0ms forwards;
}
@keyframes topfvimg {
	from {
		opacity: 0;
		transform: scale(1);
	}
	to {
		opacity: 1;
		transform: scale(1.05);
	}
}
@media (any-hover: hover) {
	header h1 a:hover img {
		opacity: .6;
	}
}
header > div {
	background-color: var(--bg-ba);
	font-size: 22px;
	font-weight: 500;
	padding: 20px 40px 0 25px;
	position: absolute;
	bottom: 0;
	left: 100px;
	z-index: 1;
	clip-path: polygon(0 100%,0 100%,0 100%,0 100%);
	animation: ttlopn 1000ms ease-out 0ms forwards;
}
@keyframes ttlopn {
	from {
		clip-path: polygon(0 100%,0 100%,0 100%,0 100%);
	}
	to {
		clip-path: polygon(0 0,100% 0,100% 100%,0 100%);
	}
}
header > div p,header > div h2 {
	opacity: 0;
	animation: ttltxtopn 4000ms ease-out 1000ms forwards;
}
@keyframes ttltxtopn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
header > div span {
	display: block;
	color: var(--point);
	font-family: var(--font-en);
	font-size: 40px;
	font-weight: 300;
}
.home header > p {
	font-size: 28px;
	font-weight: 500;
	position: absolute;
	top: 50%;
	right: calc(50% + 120px);
	z-index: 1;
	transform: translateY(-50%);
	clip-path: polygon(0 0,0 0,0 100%,0 100%);
	animation: toptxt 1000ms ease-out 0ms forwards;
}
.home header > p br {
	display: none;
}
@keyframes toptxt {
	from {
		clip-path: polygon(0 0,0 0,0 100%,0 100%);
	}
	to {
		clip-path: polygon(0 0,100% 0,100% 100%,0 100%);
	}
}
@media (max-width: 1080px) {
	.home header > p {
		right: calc(50% + 80px);
	}
	.home header > p br {
		display: block;
	}
}
@media (max-width: 640px) {
	.home header > p {
		top: 50px;
		right: auto;
		left: 35px;
		transform: unset;
	}
	header > h1 {
		width: 45px;
		top: 12px;
		left: 16px;
	}
	header > figure {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 0;
		overflow: hidden;
		pointer-events: none;
	}
	header > div {
		padding: 20px 35px 0;
		left: 0;
	}
	.fv-about img {
		object-position: 40% 50%;
	}
	.fv-contact img {
		object-position: 45% 100%;
	}
	.fv-flow img {
		object-position: 70% 50%;
	}
	.fv-works img {
		object-position: 80% 30%;
	}
}

/* navi */
.snav {
	display: flex;
	flex-direction: column;
	gap: 20px;
	position: fixed;
	top: 40px;
	right: 40px;
	z-index: 22;
}
.snav li {
	width: 20px;
}
@media (any-hover: hover) {
	.snav a:hover img {
		opacity: .6;
	}
}
#menu {
	width: 30px;
	height: 30px;
	position: fixed;
	top: calc(50% - 15px);
	right: 35px;
	z-index: 22;
	cursor: pointer;
}
#menu span,#menu::before,#menu::after {
	display: block;
	content: "";
	background-color: var(--point);
	width: 30px;
	height: 1px;
	position: absolute;
	top: calc(50% - .5px);
	left: calc(50% - 15px);		
	overflow: hidden;
	transition: .4s ease-out;
}
#menu::before {
	transform: translateY(-9px);
}
#menu::after {
	transform: translateY(9px);
}
#menu.close-btn span {
	opacity: 0;
}
#menu.close-btn::before {
	transform: translateY(0) rotate(225deg);
}
#menu.close-btn::after {
	transform: translateY(0) rotate(135deg);
}
.gnav dd {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(35,50,70,.95);
	width: 100vw;
	height: 100vh;
	padding: 25px;
	opacity: 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20;
	pointer-events: none;
	transition: opacity .4s ease-out;
}
.gnav dd.open-menu {
	opacity: 1;
	pointer-events: auto;
}
.gnav dd ul {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.gnav dd a {
	display: inline-block;
	width: auto;
	font-size: 18px;
	font-weight: 500;
	position: relative;
}
.gnav dd a::after {
	display: block;
	content: "";
	background-color: var(--point);
	width: 0;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: .4s ease-out;
}
@media (any-hover: hover) {
	.gnav dd a:hover::after {
		width: 100%;
	}
}
.cnav {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 160px;
	height: 50px;
	color: var(--point);
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 19;
}
.cnav::before,.cnav::after {
	display: block;
	content: "";
	background-color: var(--point);
	position: absolute;
	top: 0;
	left: 0;
	transition: .4s ease-out;
}
.cnav::before {
	width: 100%;
	height: 1px;
}
.cnav::after {
	width: 1px;
	height: 100%;
}
@media (any-hover: hover) {
	.cnav:hover::before {
		width: 0;
		height: 1px;
	}
	.cnav:hover::after {
		width: 1px;
		height: 0;
	}
}
.cnav a {
	display: block;
	font-weight: 500;
	text-align: center;
	position: relative;
}
.cnav a::after {
	display: block;
	content: "";
	width: 5.6px;
	height: 5.6px;
	border-top: 1px solid var(--point);
	border-right: 1px solid var(--point);
	position: absolute;
	top: calc(50% - 1px);
	right: 20px;
	transition: .2s ease-out;
	transform: rotate(45deg);
}
@media (any-hover: hover) {
	.cnav:hover a::after {
		right: 15px;
	}
}
@media (max-width: 640px) {
	header {
		height: 100vh;
		max-height: 660px;
	}
	.snav {
		flex-direction: row;
		gap: 20px;
		top: 18px;
		right: 70px;
	}
	#menu {
		top: 14px;
		right: 20px;
	}
}

/* top
---------------------------*/
/* TOP About us */
.top-about {
	display: flex;
	flex-direction: row-reverse;
	align-items: flex-end;
	gap: 40px 95px;
	max-width: 1140px;
	padding: 120px 25px 0;
	margin: 0 auto;
	position: relative;
}
.top-about-in {
	display: flex;
	flex-direction: column-reverse;
	gap: 20px;
	width: calc(100% - 455px);
}
.top-about-in h2 {
	font-size: 28px;
	font-weight: 500;
}
.top-about-in h2 span {
	display: block;
	color: var(--point);
	font-family: var(--font-en);
	font-size: 14px;
	text-align: right;
	margin-bottom: 60px;
}
.top-about > figure {
	width: 360px;
	transform: translateX(-25px);
}
.top-about-txt {
	color: var(--point);
	font-family: var(--font-en);
	font-size: 160px;
	line-height: 1;
	position: absolute;
	top: -100px;
	left: 25px;
}
.inclose span {
	display: inline-block;
	opacity: 0;
	transition: .4s ease-out;
	transform: translateY(50px);
}
.inclose span:nth-of-type(2) {
	transition-delay: 100ms;
}
.inclose span:nth-of-type(3) {
	transition-delay: 200ms;
}
.inclose span:nth-of-type(4) {
	transition-delay: 300ms;
}
.inclose span:nth-of-type(5) {
	transition-delay: 400ms;
}
.inclose span:nth-of-type(6) {
	transition-delay: 500ms;
}
.inclose span:nth-of-type(7) {
	transition-delay: 600ms;
}
.inclose span:nth-of-type(8) {
	transition-delay: 700ms;
}
.inclose span:nth-of-type(9) {
	transition-delay: 800ms;
}
.inclose .animated span {
	opacity: 1;
	transform: translateY(0);
}
@media (max-width: 960px) {
	.top-about {
		flex-direction: column-reverse;
		padding: 100px 25px 0;
	}
	.top-about-in {
		width: 100%;
	}
	.top-about > figure {
		transform: translateX(25px);
	}
}
@media (max-width: 750px) {
	.top-about-txt {
		font-size: 21vw;
	}
}
@media (max-width: 640px) {
	.top-about {
		flex-direction: column-reverse;
		padding: 100px 35px 0;
	}
	.top-about-in h2 span {
		margin-bottom: 40px;
	}
	.top-about-in figure {
		width: calc(100% + 35px);
		transform: translateX(-35px);
	}
	.top-about > figure {
		width: 220px;
		transform: translateX(35px);
	}
	.top-about-txt {
		font-size: 80px;
		top: -40px;
		left: 10px;
	}
}

/* TOP Works */
.top-works {
	max-width: 1360px;
	margin: 120px auto 0;
}
.top-works-in {
	display: flex;
	align-items: flex-end;
	gap: 40px 80px;
	max-width: 1140px;
	padding: 0 25px;
	margin: 0 auto;
	position: relative;
}
.top-works-main {
	width: calc(100% - 677px);
}
.top-works-main h2 {
	font-size: 28px;
	font-weight: 500;
}
.top-works-main h2 span {
	display: block;
	color: var(--point);
	font-family: var(--font-en);
	font-size: 110px;
	line-height: 1;
	position: absolute;
	top: 0;
	right: 0;
	
}
.home .works-search {
	width: 597px;
	padding-top: 162px;
}
.home .works-search > p {
	color: var(--point);
	font-family: var(--font-en);
	font-size: 110px;
	text-align: right;
	line-height: 1.3;
}
.top-works-out {
	padding: 0 35px;
}
@media (max-width: 960px) {
	.top-works-in {
		flex-direction: column;
	}
	.top-works-main {
		width: 100%;
	}
	.top-works-main h2 span {
		margin-bottom: 30px;
		position: unset;

	}
	.home .works-search {
		width: 100%;
		padding-top: 0;
	}
}
@media (max-width: 640px) {
	.top-works {
		margin-top: 60px;
	}
	.top-works-in {
		padding: 0 35px;
	}
}

/* TOP Flow */
.top-flow {
	background-color: var(--bg-bb);
	margin-top: 120px;
	border-radius: 40px 40px 0 0;
	position: relative;
	overflow: hidden;
}
.top-flow-in {
	max-width: 1140px;
	padding: 120px 25px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.top-flow-in > div {
	max-width: 480px;
}
.top-flow-in h2 {
	font-size: 28px;
	font-weight: 500;
}
.top-flow-in h2 span {
	display: block;
	color: var(--point);
	font-family: var(--font-en);
	font-size: 14px;
	margin-bottom: 60px;
}
.top-flow > figure {
	width: calc(50% + 160px);
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 0;
	overflow: hidden;
}
.top-flow > figure img {
	height: 100%;
	object-fit: cover;
}
@media (max-width: 640px) {
	.top-flow {
		margin-top: 60px;
		border-radius: 0;
	}
	.top-flow-in {
		padding: 60px 35px 0;
	}
	.top-flow-in > div {
		max-width: unset;
	}
	.top-flow-in h2 span {
		margin-bottom: 40px;
	}
	.top-flow > figure {
		width: 100%;
		height: 320px;
		margin-top: 40px;
		position: unset;
	}
}

/* Instagram */
.instagram {
	background-color: #fff;
	color: var(--bg-ba);
}
.instagram > div {
	max-width: 1140px;
	padding: 120px 25px;
	margin: 0 auto;
}
.instagram h2 {
	font-size: 28px;
	font-weight: 500;
}
.instagram h2 span {
	display: block;
	font-family: var(--font-en);
	font-size: 14px;
	margin-bottom: 60px;
}
.instagram h2+p {
	padding-right: 190px;
}
.insta-list {
	margin-top: 60px;
	position: relative;
}
.insta-list ul {
	display: flex;
	flex-wrap: wrap;
}
.insta-list li {
	width: calc(100% / 3);
}
.insta-list .anchor {
	margin-top: 0 !important;
	position: absolute;
	top: -100px;
	right: 0;
}
.insta-list iframe {
	min-width: unset !important;
}
@media (max-width: 640px) {
	.instagram > div {
		padding: 60px 35px;
	}
	.instagram h2 span {
		margin-bottom: 40px;
	}
	.instagram h2+p {
		padding-right: 0;
	}
	.insta-list {
		margin-top: 40px;
	}
	.insta-list li {
		width: calc(100% / 3);
	}
	.insta-list .anchor {
		margin-top: 40px !important;
		position: unset;
		top: 0;
	}
	.insta-list li {
		width: 100%;
	}
}

/* Access */
.access {
	max-width: 1140px;
	padding: 120px 25px;
	margin: 0 auto;
}
.access h2 {
	font-size: 28px;
	font-weight: 500;
	text-align: center;
}
.access h2 span {
	display: block;
	color: var(--point);
	font-family: var(--font-en);
	font-size: 14px;
	margin-bottom: 60px;
}
.access h2+p {
	text-align: center;
}
.access-in {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 60px;
}
.access-in:first-child {
	margin-top: 80px;
}
.access-in dl {
	display: flex;
	flex-wrap: wrap;
	column-gap: 30px;
	width: 320px;
}
.access-in dt {
	width: 100%;
	color: var(--point);
	font-size: 18px;
	font-weight: 500;
}
.access-in dd {
	width: auto;
}
.access-in dd:nth-of-type(1) {
	width: 100%;
	margin-top: 20px;
}
.access-in iframe {
	width: calc(100% - 370px);
	height: 220px;
	filter: grayscale(1);
}
@media (max-width: 640px) {
	.access {
		padding: 60px 35px;
	}
	.access h2 span {
		margin-bottom: 40px;
	}
	.access h2+p {
		text-align: justify;
	}
	.access-in {
		flex-direction: column;
		gap: 40px;
	}
	.access-in:first-child {
		margin-top: 60px;
	}
	.access-in dl {
		column-gap: 20px;
		width: 100%;
	}
	.access-in iframe {
		width: calc(100% + 70px);
	}
}

/* About
---------------------------*/
/* Concept */
.concept {
	margin-top: 120px;
	position: relative;
}
.consept-in {
	max-width: 1140px;
	padding: 60px 25px 240px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.consept-in div {
	max-width: 560px;
	margin: 0 0 0 auto;
}
.consept-in h2 span {
	text-align: right;
}
.concept-img {
	width: 100%;
	max-width: calc(50% + 110px);
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	overflow: hidden;
}
.concept-img img {
	height: 100%;
	object-fit: cover;
}
@media (max-width: 640px) {
	.concept {
		display: flex;
		flex-direction: column-reverse;
		margin-top: 60px;
	}
	.consept-in {
		padding: 20px 35px 0;
	}
	.consept-in div {
		max-width: 560px;
		margin: 0 0 0 auto;
	}
	.consept-in h2 span {
		text-align: right;
	}
	.concept-img {
		width: calc(100% - 35px);
		max-width: unset;
		height: 223px;
		position: unset
	}
	.concept-img img {
		height: 100%;
		object-fit: cover;
	}
}

/* Reason */
.reason {
	width: 100%;
	height: 400vh;
	margin-top: -90px;
	position: relative;
}
.reason h2 {
	width: 100%;
	max-width: 1140px;
	font-size: 22px;
	padding: 0 25px;
	position: absolute;
	top: 60px;
	left: 50%;
	z-index: 2;
	transform: translateX(-50%);
}
.reason.reasonFixd h2 {
	position: fixed;
	top: 85px;
}
.reason h2 span {
	font-size: 110px;
	margin-bottom: 30px;
	transition: 2s ease-out;
}
.reason-list {
	width: 100%;
	height: 100%;
	max-width: calc(50% + 250px);
	margin: 0 0 0 auto;
}
.reason-list li {
	height: 100vh;
	padding: 60px 25px 60px 100px;
	border-radius: 40px 0 0 0;
	position: sticky;
	top: 25px;
}
.reason-list li > div {
	max-width: 700px;
}
.reason-list h3 {
	font-size: 18px;
	font-weight: 500;
	position: relative;
}
.reason-list h3 span {
	display: block;
	color: #656f7d;
	font-family: var(--font-en);
	font-size: 110px;
	line-height: 1;
	margin-bottom: 50px;
}
.reason-list h3 figure {
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	padding-left: 320px;
	position: absolute;
	right: 60px;
	bottom: -10px;
	pointer-events: none;
}
.reason-list p {
	text-align: justify;
	margin-top: 30px;
}
.reason-list01,.reason-list01::after {
	background-color: #19283c;
}
.reason-list02,.reason-list02::after {
	background-color: #142337;
}
.reason-list03,.reason-list03::after {
	background-color: #0f1e32;
}
.reason-list01 figure img {
	max-width: 312px;
}
.reason-list02 figure img {
	max-width: 290px;
}
.reason-list03 figure img {
	max-width: 256px;
}
@media (max-width: 1024px) {
	.reason h2 span {
		font-size: 94px;
	}
}
@media (max-width: 960px) {
	.reason {
		height: 450vh;
		margin-top: 80px;
	}
	.reason h2,.reason.reasonFixd h2 {
		padding: 0 35px;
		position: unset;
		top: 0;
		left: 0;
		transform: unset;
	}
	.reason-list {
		width: 100%;
		max-width: unset;
		margin: 40px 0 0 auto;
	}
	.reason-list li {
		padding: 60px 35px;
	}
	.reason-list li > div {
		max-width: unset;
	}
	.reason-list h3 span {
		margin-bottom: 40px;
	}
	.reason-list h3 figure {
		padding-left: 0;
		right: 0;
		bottom: 100px;
	}
	.reason-list01 figure img {
		max-width: 152px;
	}
	.reason-list02 figure img {
		max-width: 122px;
	}
	.reason-list03 figure img {
		max-width: 174px;
	}
}
@media (max-width: 640px) {
	.reason .mask-slide {
		transition: .5s ease-out;
	}
}

/* Company */
.company {
	background-color: #fff;
	color: var(--bg-ba);
	margin-top: -100vh;
	position: relative;
	z-index: 3;
}
.company::before {
	display: block;
	content: "";
	background: linear-gradient(rgba(255,255,255,0),rgba(255,255,255,1));
	width: 100%;
	height: 601px;
	position: absolute;
	top: -600px;
	left: 0;
	pointer-events: none;
	transition: 1s ease-out;
	transform-origin: center bottom;
	transform: scale(1,0);
}
.company.animated::before {
	transform: scale(1,1);
}
.company-in {
	display: flex;
	justify-content: space-between;
	gap: 25px;
	width: 100%;
	max-width: 1140px;
	padding: 100px 25px 0;
	margin: 0 auto;
}
.company-in .ttl-h2 span {
	color: var(--bg-ba);
}
.company-l {
	max-width: 370px;
}
.company-r {
	max-width: 600px;
}
.company-map dt {
	font-size: 18px;
	font-weight: 500;
	padding-top: 60px;
	margin-top: 60px;
	border-top: 1px solid #bdc1c7;
}
.company-map dd {
	margin-top: 40px;
}
.company-map dd:last-child {
	padding-bottom: 60px;
	border-bottom: 1px solid #bdc1c7;
}
.company-map iframe {
	width: 100%;
	aspect-ratio: 1 / 1;
	filter: grayscale(1);
}
.company-d-list {
	display: flex;
	flex-wrap: wrap;
}
.company-d-list > dt,.company-d-list > dd {
	padding: 60px 0;
}
.company-d-list > dt {
	font-weight: 500;
	width: 125px;
	border-top: 1px solid #bdc1c7;
}
.company-d-list > dd {
	width: calc(100% - 125px);
	border-top: 1px solid #bdc1c7;
}
.company-d-list > dt:last-of-type,.company-d-list > dd:last-of-type {
	border-bottom: 1px solid #bdc1c7;
}
.company-d-list dd dt {
	font-weight: 700;
}
.company-d-list dd dd+dt {
	margin-top: 20px;
}
.company-d-list dd ul {
	display: flex;
	flex-wrap: wrap;
	gap: 0 20px;
}
.company-d-list dt.d-list-l {
	width: 218px;
}
.company-d-list dt.d-list-l+dd {
	width: calc(100% - 218px);
}
.company-d-list dt.d-list-m {
	width: 148px;
}
.company-d-list dt.d-list-m+dd {
	width: calc(100% - 148px);
}
.company-out {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 40px 60px;
	padding: 100px 25px 220px;
}
.company-out li {
	font-weight: 500;
	text-align: center;
}
.company-out figure {
	margin-bottom: 20px;
}
.company-out figure img {
	max-width: 145px;
	margin: 0 auto;
	border: 1px solid #dee0e3;
	border-radius: 5px;
}
@media (max-width: 960px) {
	.company-in {
		flex-direction: column;
		gap: 60px;
	}
	.company-l {
		max-width: unset;
	}
	.company-r {
		max-width: unset;
	}
	.company-map iframe {
		width: calc(100% + 50px);
		height: 320px;
		aspect-ratio: unset;
		margin-left: -25px;
	}
	.company-map > dd:last-of-type {
		border-bottom: none;
	}
	.company-map dd:last-child {
		padding-bottom: 0;
	}
}
@media (max-width: 640px) {
	.company {
		transform: translateY(0);
	}
	.company-in {
		gap: 0;
		padding: 60px 35px 0;
	}
	.company-r {
		margin-top: 40px;
	}
	.company-d-list > dt,.company-d-list > dd {
		padding: 40px 0;
	}
	.company-d-list > dt {
		width: 90px;
	}
	.company-d-list > dd {
		width: calc(100% - 90px);
	}
	.company-d-list dt.d-list-l,.company-d-list dt.d-list-m,.company-d-list dt.d-list-l+dd,.company-d-list dt.d-list-m+dd {
		width: 100%;
		text-align: center;
	}
	.company-d-list dt.d-list-l,.company-d-list dt.d-list-m {
		padding-bottom: 0;
		border-bottom: none;
	}
	.company-d-list dt.d-list-l+dd,.company-d-list dt.d-list-m+dd {
		padding-top: 20px;
		border-top: none;
	}
	.company-map dt {
		text-align: center;
		padding-top: 0;
		margin-top: 40px;
		border-top: none;
	}
	.company-map iframe {
		width: calc(100% + 70px);
		height: auto;
		aspect-ratio: 1 / 1;
		margin-left: -35px;
	}
	.company-out {
		gap: 40px 30px;
		padding: 40px 35px 170px;
	}
	.company-out li {
		width: calc((100% - 30px) / 2);
	}
}


/* Works
---------------------------*/
.works-out {
	padding: 120px 0 220px;
}
.works-un {
	padding: 0 25px;
}
.works-un p {
	text-align: center;
}
.works-un .works-search {
	margin-top: 80px;
}
.works-un .works-search > div {
	justify-content: center;
}
@media (max-width: 640px) {
	.works-out {
		padding: 80px 0 170px;
	}
	.works-un {
		padding: 0 35px;
	}
	.works-un p {
		text-align: justify;
	}
}
/* 絞り込み検索 */
.works-search {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.works-search > div {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.works-search label {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(255,255,255,.5);
	color: var(--bg-ba);
	font-weight: 500;
	text-align: center;
	border: 1px solid #bdc1c7;
	border-radius: 50px;
	position: relative;
	transition: .2s ease-out;
	cursor: pointer;
}
.works-search label.cateActive {
	background-color: rgba(255,255,255,.9);
}
.works-search input[type="checkbox"] {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	pointer-events: none;
}
.cate label {
	font-size: 18px;
	font-weight: 700;
	padding: .5em 2em;
}
.subCate label {
	padding: .3em 1.5em;
}
.subSubCate label {
	font-size: 14px;
	padding: 0 1.5em;
	border-radius: 5px;
}
@media (max-width: 640px) {
	.works-search > div {
		gap: 5px;
	}
	.works-un .works-search > div {
		justify-content: flex-start;
	}
}

/* List */
.works-list {
	width: 100%;
	margin: 60px auto 0;
}
.item-list {
	width: 100%;
	max-width: 340px;
	position: relative;
}
.item-list figure {
	aspect-ratio: 17 / 13;
	border: 20px solid var(--bg-ba);
	overflow: hidden;
}
.item-list.item-l {
	max-width: 680px;
}
.item-list.item-m figure {
	aspect-ratio: 17 / 26;
}
.item-list figure img {
	height: 100%;
	object-fit: cover;
	transition: 2s ease-out;
}
@media (any-hover: hover) {
	.item-list a:hover figure img {
		transform: scale(1.1);
	}
}
.item-list div {
	background-color: var(--bg-ba);
	padding: 10px 20px 30px 30px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
}
.item-list.item-l div {
	max-width: 56%;
}
.item-list h3 {
	font-weight: 500;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.item-list h3::before {
	content: "\26AB\FE0E";
	color: var(--point);
}
.item-list h3+p {
	padding-left: 1em;
	margin-top: 10px;
}
@media (max-width: 730px) {
	.item-list.item-l {
		max-width: 340px;
	}
	.item-list.item-l figure,
	.item-list.item-m figure {
		aspect-ratio: 17 / 20;
	}
}
@media (max-width: 679px) {
	.works-list {
		display: flex;
		flex-direction: column;
		gap: 40px;
		padding: 0 35px;
	}
	.item-list {
		width: 100%;
		max-width: unset;
	}
	.item-list.item-l {
		max-width: unset;
	}
	.item-list figure {
		border: none;
	}
	.item-list.item-l figure,
	.item-list.item-m figure {
		aspect-ratio: 17 / 20;
	}
	.item-list div {
		padding: 10px 20px 0 0;
	}
	.item-list.item-l div {
		max-width: 80%;
	}
}

/*　Detail */
.works-main,.works-detail,.worsk-voice,.works-bnr {
	max-width: 840px;
	padding: 0 25px;
	margin: 100px auto 0;
}
.works-main > *+* {
	margin-top: 60px;
}
.works-main h2 {
	font-size: 24px;
	font-weight: 500;
}
.works-main p {
	text-align: justify;
}
.works-main-cate {
	display: flex;
	flex-direction: column;
	gap: 20px;
	background-color: var(--bg-bb);
	padding: 30px;
	border-radius: 10px;
}
.works-main-cate ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 10px;
}
.works-main-cate li {
	background-color: #fff;
	color: var(--bg-ba);
	font-size: 14px;
	font-weight: 500;
	padding: 0 1em;
	border: 1px solid #bdc1c7;
	border-radius: 5px;
}
.works-main-cate-sub {
	display: flex;
	flex-wrap: wrap;
	gap: 20px 0;
}
.works-main-cate-sub dl {
	display: flex;
}
.works-main-cate-sub dt {
	width: 90px;
	font-weight: 500;
}
.works-main-cate-sub dd {
	min-width: 150px;
}
@media (max-width: 640px) {
	.works-main,.works-detail,.worsk-voice,.works-bnr {
		padding: 0 35px;
		margin: 60px auto 0;
	}
	.works-main > *+* {
		margin-top: 40px;
	}
	.works-main-cate {
		gap: 10px;
	}
	.works-main-cate-sub {
		gap: 10px 0;
		order: 1;
	}
	.works-main-cate ul {
		order: 2;
		margin-top: 20px;
	}
}

.works-detail h2 {
	font-size: 18px;
	font-weight: 500;
}
.works-detail h2 span {
	display: block;
	color: #656f7d;
	font-family: var(--font-en);
	font-size: 110px;
	line-height: 1;
}
.works-detail > *+* {
	margin-top: 60px;
}
.works-detail ul {
	display: flex;
	flex-wrap: wrap;
	gap: 80px 60px;
}
.works-detail li {
	width: calc((100% - 60px) / 2);
}
.works-detail li:last-child {
	width: 100%;
}
.works-detail li p {
	text-align: justify;
	margin-top: 40px;
}
@media (max-width: 640px) {
	.works-detail ul {
		gap: 60px;
	}
	.works-detail li {
		width: 100%;
	}
}

.gallery {
	width: 100%;
	max-width: 1300px;
	padding-inline: 10px;
	margin: 100px auto 0;
}
.gallery .loading-bar {
	display: none;
}
.gallery .tile.ftg-preload.ftg-loaded {
	width: calc((100% - 20px) / 3)!important;
}
.gallery .tile .tile-inner:before {
	content: none!important;
}
.gallery .tile:hover img {
	transform: rotate(0deg) scale(1.05)!important;
}
@media(max-width: 480px) {
	.gallery .tile.ftg-preload.ftg-loaded {
		width: calc((100% - 10px) / 2)!important;
	}
}

.worsk-voice h2 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 18px;
	font-weight: 500;
}
.worsk-voice h2 span {
	display: block;
	color: var(--point);
	font-family: var(--font-en);
	font-size: 14px;
	line-height: 1;
}
.worsk-voice p {
	background-color: #e9eaec;
	color: var(--bg-ba);
	text-align: justify;
	padding: 80px;
	margin-top: 20px;
	border-radius: 10px;
}
@media (max-width: 640px) {
	.worsk-voice p {
		padding: 30px;
	}
}

.works-bnr p {
	position: relative;
	z-index: 3;
}
.works-bnr p:nth-child(1) {
	color: var(--point);
	font-family: var(--font-serif);
	font-size: 28px;
	line-height: 1.4;
}
.works-bnr p:nth-child(2) {
	margin-top: 30px;
}

.works-bnr div {
	margin-top: 50px;
	position: relative;
}
.works-bnr a {
	background: url("../img/works/bg_contact.webp") right center / cover no-repeat;
	height: 220px;
	font-size: 22px;
	font-weight: 500;
	padding: 10px 60px;
	border-radius: 12px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.works-bnr a span {
	display: block;
	content: "";
	color: var(--point);
	font-family: var(--font-en);
	font-size: 120px;
	line-height: 1;
	margin: 0 0 10px -80px;
	transition: inherit;
}
.works-bnr a::after {
	display: block;
	content: "";
	width: 8.5px;
	height: 8.5px;
	border-top: 1.5px solid #fff;
	border-right: 1.5px solid #fff;
	position: absolute;
	top: 50%;
	right: 60px;
	transition: inherit;
	transform: translateY(-50%) rotate(45deg);
}
@media (any-hover: hover) {
	.works-bnr a:hover span {
		margin: 0 0 10px -70px;
	}
	.works-bnr a:hover::after {
		right: 55px;
	}
}
.works-bnr figure {
	width: 248px;
	position: absolute;
	top: -68.5px;
	right: 30px;
	z-index: 2;
}
@media (max-width: 640px) {
	.works-bnr p:nth-child(1) {
		font-size: 24px;
	}
	.works-bnr div {
		margin-top: 100px;
	}
	.works-bnr a {
		display: flex;
		flex-direction: column-reverse;
		justify-content: flex-end;
		background-position: 18% center;
		height: 250px;
		padding: 30px 30px 0;
	}
	.works-bnr a span {
		width: calc(100% + 160px);
		font-size: 26vw;
		text-align: center;
		margin: 40px 0 0 -80px;
	}
	.works-bnr a::after {
		top: 25%;
		right: 90px;
		transform: rotate(45deg);
	}
}


/* Pagination */
.pagination,
.nav-links {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
	padding: 0 20px;
	margin-top: 60px;
}
.pagination a,.pagination span,
.nav-links a,.nav-links span {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(255,255,255,0);
	width: 40px;
	height: 40px;
	color: rgba(255,255,255,.7);
	border-radius: 50%;
	position: relative;
	overflow: hidden;
}
.pagination .pn-active a,
.nav-links .pn-active a {
	background-color: rgba(255,255,255,.3);
	color: rgba(255,255,255,1);
	pointer-events: none;
}
@media (any-hover: hover) {
	.pagination a:hover,
	.nav-links a:hover {
		background-color: rgba(255,255,255,.3);
		color: rgba(255,255,255,1);
	}
}
.pagination .pn-l,
.nav-links .prev {
	margin-right: 40px;
}
.pagination .pn-r,
.nav-links .next {
	margin-left: 40px;
}
.pagination .pn-l a,.pagination .pn-r a,
.nav-links .prev,.nav-links .next {
	width: 60px;
	height: 60px;
	color: rgba(255,255,255,0);
	border: 1px solid #b8c1cd;
}
.pagination .pn-l a::before,.pagination .pn-r a::before,
.nav-links .prev::before,.nav-links .next::before {
	display: block;
	content: "";
	width: 5.6px;
	height: 5.6px;
	border-top: 1px solid #fff;
	position: absolute;
	top: calc(50% - 2.8px);
}
.pagination .pn-l a::before,
.nav-links .prev::before {
	border-left: 1px solid #fff;
	left: calc(50% - 2px);
	transform: rotate(-45deg);
}
.pagination .pn-r a::before,
.nav-links .next::before {
	border-right: 1px solid #fff;
	right: calc(50% - 2px);
	transform: rotate(45deg);
}
.pn-detail {
	margin-bottom: 100px;
}
.pn-list a {
	background-color: #e9eaec;
	width: 160px;
	height: 60px;
	color: var(--bg-ba);
	font-weight: 500;
	border: 1px solid #bdc1c7;
	border-radius: 30px;
}
@media (max-width: 640px) {
	.pagination,
	.nav-links {
		gap: 10px;
	}
	.pagination li:nth-child(n + 4),
	.nav-links li:nth-child(n + 4) {
		display: none;
	}
	.pagination li:nth-last-child(1),
	.pagination li:nth-last-child(2),
	.pagination li:nth-last-child(3),
	.nav-links li:nth-last-child(1),
	.nav-links li:nth-last-child(2),
	.nav-links li:nth-last-child(3) {
		display: block;
	}
	.pagination .pn-l,
	.nav-links .prev {
		margin-right: 0;
	}
	.pagination .pn-r,
	.nav-links .next {
		margin-left: 0;
	}
	.pn-detail {
		margin-bottom: 70px;
	}
}

/* Flow
---------------------------*/
.flow-un {
	max-width: 1140px;
	padding: 120px 25px 180px;
	margin: 0 auto;
}
.flow-dd {
	text-align: center;
}
.flow-list {
	display: flex;
	flex-direction: column;
	gap: 100px;
	margin-top: 100px;
}
.flow-list li {
	display: flex;
	align-items: flex-end;
	gap: 80px;
}
.flow-list dl {
	width: 100%;
	max-width: 410px;
	padding-bottom: 30px;
	position: relative;
}
.flow-list dt {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 40px;
}
.flow-list dt span {
	display: block;
	color: #656f7d;
	font-family: var(--font-en);
	font-size: 80px;
	line-height: 1;
	margin-bottom: 10px;
}
.flow-list dl::before,.flow-list dl::after {
	display: block;
	content: "";
	width: 1px;
	height: 140px;
	position: absolute;
	top: -90px;
	left: 50%;
}
.flow-list li:first-child dl::before,.flow-list li:first-child dl::after {
	display: none;
}
.flow-list dl::before {
	background-color: #5a6f89;
}
.flow-list dl::after {
	background-color: #fff;
	height: 0;
	transition: .4s ease-out;
}
.flow-list dl.animated::after {
	height: 140px;
}
.flow-list dd {
	text-align: justify;
}
.flow-list figure {
	width: calc(100% - 490px);
	overflow: hidden;
}
.flow-list figure img {
	height: 100%;
	object-fit: cover;
	opacity: .1;
	filter: blur(10px);
	transition: .4s ease-out;
}
.flow-list figure.animated img {
	opacity: 1;
	filter: blur(0);
}
.anchor-cr {
	position: absolute;
	top: 60px;
	right: 0;
}
.anchor-cr a {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(255,255,255,0);
	width: 100%;
	max-width: 240px;
	min-width: 240px;
	height: 60px;
	border: 1px solid rgba(255,255,255,.7);
	border-radius: 60px;
	position: relative;
}
.anchor-cr a::after {
	display: block;
	content: "";
	width: 5.6px;
	height: 5.6px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	position: absolute;
	top: calc(50% - 2.8px);
	right: 23px;
	transition: inherit;
	transform: rotate(45deg);
}
@media (any-hover: hover) {
	.anchor-cr a:hover {
		background-color: rgba(255,255,255,.3);
	}
	.anchor-cr a:hover::after {
		right: 18px;
	}
}
.flow-txt {
	color: var(--point);
	font-size: 22px;
	font-weight: 500;
	text-align: center;
	padding-top: 100px;
	margin-top: 100px;
	border-top: 1px solid var(--point);
}
@media (max-width: 960px) {
	.flow-dd {
		text-align: justify;
	}
	.flow-list li {
		align-items: stretch;
		gap: 25px;
	}
	.flow-list dl {
		max-width: 320px;
	}
	.flow-list figure {
		width: calc(100% - 345px);
	}
	.anchor-cr {
		margin-top: 40px;
		position: unset;
		top: 0;
	}
	.anchor-cr a {
		min-width: unset;
		margin: 0 0 0 auto;
	}
}
@media (max-width: 640px) {
	.flow-un {
		padding: 80px 35px 180px;
		margin: 0 auto;
	}
	.flow-list {
		gap: 0;
		margin-top: 60px;
	}
	.flow-list li {
		flex-direction: column-reverse;
		gap: 0;
	}
	.flow-list figure {
		width: calc(100% + 35px);
		height: 224px;
		overflow: hidden;
	}
	.flow-list dl {
		max-width: unset;
		padding: 60px 0 60px 60px;
	}
	.flow-list dl::before,.flow-list dl::after {
		height: 100%;
		top: 0;
		left: 20px;
	}
	.flow-list li:first-child dl::before,.flow-list li:first-child dl::after {
		display: block;
	}
	.flow-list dl::after {
		height: 0;
		transition: 2s ease-out;
	}
	.flow-list dl.animated::after {
		height: 100%;
	}
	.flow-txt {
		text-align: justify;
		padding-top: 60px;
		margin-top: 0;
	}
}

/* contact
---------------------------*/
.contact-un {
	max-width: 1140px;
	padding: 120px 25px;
	margin: 0 auto;
}
.contact-dd {
	font-size: 18px;
	text-align: center;
}
.contact-tel {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 80px;
}
.contact-tel li:nth-child(2) {
	border-left: 1px solid #5a6f89;
}
.contact-tel a {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	width: 360px;
	height: 80px;
	cursor: auto;
}
.contact-tel figure img {
	max-width: 50px;
}
.contact-tel dl {
	font-weight: 500;
	line-height: 1;
}
.contact-tel dd {
	font-size: 32px;
	margin-top: 10px;
}
@media (max-width: 640px) {
	.contact-un {
		padding: 80px 35px 60px;
		margin: 0 auto;
	}
	.contact-tel {
		flex-direction: column;
		margin-top: 40px;
	}
	.contact-tel li {
		width: 100%;
		max-width: 300px;
	}
	.contact-tel li:nth-child(1) {
		padding-bottom: 20px;
	}
	.contact-tel li:nth-child(2) {
		padding-top: 20px;
		border-top: 1px solid #5a6f89;
		border-left: none;
	}
	.contact-tel a {
		width: 100%;
	}
}

/* form */
.contact-form {
	background-color: #e9eaec;
	color: var(--bg-ba);
	padding: 120px 25px;
	margin-top: 100px;
	border-radius: 12px;
}
.contact-thanks {
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	margin-bottom: 60px;
}
.contact-form-dd,.contact-form form {
	max-width: 800px;
	margin: 0 auto;
}
.contact-form-dd {
	font-weight: 500;
}
.contact-form-dd a {
	display: inline;
	width: auto;
	font-weight: 700;
	position: relative;
}
.contact-form-dd a::after {
	display: block;
	content: "";
	background-color: var(--point);
	width: 0;
	height: 1px;
	position: absolute;
	bottom: .1em;
	left: 0;
	transition: .4s ease-out;
}
@media (any-hover: hover) {
	.contact-form-dd a:hover::after {
		width: 100%;
	}
}
.contact-form form {
	padding-top: 80px;
	margin-top: 80px;
	border-top: 1px solid #bdc1c7;
}
.contact-form fieldset {
	display: flex;
	align-items: flex-start;
}
.contact-form fieldset p:first-child {
	display: flex;
	align-items: center;
	gap: 10px;
	width: 200px;
	font-weight: 500;
	padding-top: .2em;
}
.contact-form fieldset p:first-child::before {
	display: flex;
	justify-content: center;
	align-items: center;
	content: "任意";
	background-color: #9198a2;
	width: 40px;
	height: 16px;
	color: #fff;
	font-size: 12px;
	text-align: center;	
}
.contact-form fieldset p.required:first-child::before {
	content: "必須";
	background-color: #be1432;
}
.contact-form fieldset p:last-child {
	width: calc(100% - 200px);
}
.contact-form fieldset+fieldset {
	margin-top: 60px;
}
.contact-form input[type="text"],
.contact-form input[type="tel"],
.contact-form input[type="email"],
.contact-form textarea {
	width: 100%;
	border: none;
	padding: .8em .5em;
}
.contact-form textarea {
	min-height: 360px;
}
.contact-form label {
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
#privacypolicy,.pp-check,.submit {
	margin-top: 60px;
}
#privacypolicy {
	background-color: #dee0e3;
	height: 420px;
	padding: 30px 0 30px 30px;
	overflow-x: hidden;
	overflow-y: auto;
}
#privacypolicy dl {
	font-size: 14px;
	padding-right: 30px;
}
#privacypolicy dt {
	font-weight: 500;
}
#privacypolicy > dl > dt:first-child {
	font-size: 16px;
}
#privacypolicy dd+dt {
	margin-top: 1em;
}
#privacypolicy > dl > dd+dd {
	margin-top: .5em;
}
#privacypolicy ul {
	margin-top: .5em;
}
#privacypolicy li {
	padding-left: 1em;
	position: relative;
}
#privacypolicy li::before {
	display: block;
	content: "・";
	width: 1em;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
}
#privacypolicy a {
	display: inline-block;
}
.contact-form input[type="submit"] {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: var(--bg-ba);
	width: 100%;
	max-width: 300px;
	height: 60px;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	margin: 0 auto;
	border-radius: 60px;
	transition: .2s ease-out;
}
.contact-form input[type="submit"]:hover {
	opacity: .6;
}
@media (max-width: 640px) {
	.contact-form {
		width: calc(100% + 70px);
		padding: 60px 35px;
		margin-top: 60px;
		margin-left: -35px;
		border-radius: 0;
	}
	.contact-form form {
		padding-top: 60px;
		margin-top: 60px;
	}
	.contact-form fieldset {
		flex-direction: column;
		gap: 20px;
	}
	.contact-form fieldset p:first-child {
		width: 100%;
		padding-top: 0;
	}
	.contact-form fieldset p:last-child {
		width: 100%;
	}
	.contact-form fieldset+fieldset {
		margin-top: 40px;
	}
	#privacypolicy,.pp-check,.submit {
		margin-top: 40px;
	}
}

/* cnv01
---------------------------*/
.cnv01 {
	position: relative;
	overflow: hidden;
}
.cnv01-r {
	border-radius: 40px 40px 0 0;
}
.cnv01 > * {
	position: relative;
	z-index: 1;
}
.cnv01-hd {
	color: var(--point);
	font-family: var(--font-en);
	font-size: 11.3vw;
	text-align: center;
	line-height: 1;
	white-space: nowrap;
	margin-top: 10px;
}
.cnv01-bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	overflow: hidden;
}
.cnv01-bg img {
	height: 100%;
	object-position: 50% 100%;
	object-fit: cover;
	transition: 8s ease-out;
}
.cnv01-bg.animated img {
	transform: scale(1.1);
}
.cnv01-in {
	max-width: 1140px;
	padding: 60px 25px 120px;
	margin: 0 auto;
}
.cnv01-in h2 {
	font-size: 28px;
	font-weight: 500;
}
.cnv01-anchor a {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(25,40,60,1);
	width: 100%;
	max-width: 300px;
	height: 60px;
	border: 1px solid var(--point);
	position: relative;
}
.cnv01-anchor a::after {
	display: block;
	content: "";
	width: 5.6px;
	height: 5.6px;
	border-top: 1px solid var(--point);
	border-right: 1px solid var(--point);
	position: absolute;
	top: calc(50% - 2.8px);
	right: 35px;
	transition: inherit;
	transform: rotate(45deg);
}
@media (any-hover: hover) {
	.cnv01-anchor a:hover {
		background-color: rgba(25,40,60,.6);
	}
	.cnv01-anchor a:hover::after {
		right: 30px;
	}
}
@media (min-width: 1400px) {
	.cnv01-hd {
		font-size: 160px;
	}
}
@media (max-width: 640px) {
	.cnv01-r {
		border-radius: 0;
	}
	.cnv01-hd {
		font-size: 22vw;
		white-space: wrap;
	}
	.cnv01-in {
		padding: 40px 35px 380px;
	}
	.cnv01-txt br {
		display: none;
	}
	.cnv01-anchor a {
		max-width: unset;
	}
}

/* f-bnr
---------------------------*/
.f-bnr {
	margin-top: -40px;
	position: relative;
	z-index: 5;
}
.f-bnr::before {
	display: block;
	content: "";
	background: url("../img/bnr_woman.webp") center / contain no-repeat;
	width: 310px;
	height: 90px;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 0;
	opacity: 0;
	transition: 400ms ease-out, z-index 400ms ease-out 0ms;
	transform: translate(-50%, calc(-50% + 4.5px));
}
.f-bnr.animated::before {
	opacity: 1;
	z-index: 2;
	transition: 400ms ease-out, z-index 400ms ease-out 100ms;
	transform: translate(-50%, calc(-100% + 4.5px));
}
.f-bnr ul {
	display: flex;
	border-radius: 40px 40px 0 0;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.f-bnr li {
	width: 50%;
	height: 240px;
	overflow: hidden;
}
.f-bnr a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	font-size: 24px;
	font-weight: 500;
	position: relative;
}
.f-bnr a::before {
	display: block;
	content: "";
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	transition: 1s ease-out;
}
.f-bnr-about::before {
	background-image: url("../img/bnr_aboutus.webp");
}
.f-bnr-works::before {
	background-image: url("../img/bnr_works.webp");
}
.f-bnr-flow::before {
	background-image: url("../img/bnr_flow.webp");
}
.f-bnr span {
	display: block;
	color: var(--point);
	font-family: var(--font-en);
	font-size: 14px;
	line-height: 1;
	position: absolute;
	top: 30px;
	right: 30px;
}
.f-bnr a::after {
	display: block;
	content: "";
	width: 8.5px;
	height: 8.5px;
	border-top: 1.5px solid #fff;
	border-right: 1.5px solid #fff;
	transition: .2s ease-out;
	transform:  translateX(35px) rotate(45deg);
}
@media (any-hover: hover) {
	.f-bnr a:hover::before {
		transform: scale(1.05);
	}
	.f-bnr a:hover::after {
		transform:  translateX(40px) rotate(45deg);
	}
}
@media (max-width: 768px) {
	.f-bnr-l {
		background-color: #fff;
	}
	.f-bnr ul {
		flex-direction: column;
	}
	.f-bnr li {
		width: 100%;
		height: 200px;
	}
}

/* footer
---------------------------*/
footer {
	display: flex;
	align-items: center;
	flex-direction: column;
	gap: 60px;
	background-color: var(--bg-bb);
	padding: 120px 25px 100px;
	position: relative;
	z-index: 5;
}
.f-info {
	display: flex;
	align-items: center;
	text-align: center;
	flex-direction: column;
}
.f-info dt {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 1em;
}
.f-info dt a {
	max-width: 160px;
	margin: 0 auto 60px;
}
@media (any-hover: hover) {
	.f-info dt a:hover img {
		opacity: .6;
	}
}
.f-info dd:nth-of-type(2) ul {
	display: flex;
	gap: 2em;
}
.f-nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0 2em;
}
.f-nav a {
	position: relative;
}
.f-nav a::after {
	display: block;
	content: "";
	background-color: var(--point);
	width: 0;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: inherit;
}
@media (any-hover: hover) {
	.f-nav a:hover::after {
		width: 100%;
	}
}
.f-snav {
	display: flex;
	gap: 20px;
	position: absolute;
	top: 40px;
	right: 40px;
}
.f-snav li {
	width: 60px;
}
@media (any-hover: hover) {
	.f-snav a:hover img {
		opacity: .6;
	}
}
footer > p {
	font-size: 14px;
	text-align: center;
}
@media (max-width: 640px) {
	footer {
		padding: 120px 35px 80px;
	}
	.f-info dt a {
		max-width: 120px;
		margin: 0 auto 90px;
	}
	.f-snav {
		gap: 10px;
		top: 20px;
		right: 20px;
	}
}