@charset "utf-8";

:root {
	--service1: #334d70;
	--service2: #54baa8;
	--service3: #44a8b8;
}

@keyframes fuwafuwa {
	0% {
		transform: translate(-50%, 0px);
	}
	50% {
		transform: translate(-50%, -10px);
	}
	100% {
		transform: translate(-50%, 0px);
	}
}

@keyframes about-slide {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-100%);
	}
}

@keyframes slideshow {
	0% {
		opacity: 0;
	}
	10% {
		opacity: 1;
	}
	28% {
		opacity: 1
	}
	38% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

.txt {
	letter-spacing: 0.05em;
	line-height: 2.4;
}

/*ボタン*/
#about .cmn-btn {
	height: 70px;
	width: 400px;
}

.cmn-ft-link-area .about-link {
	display: none;
}

.cmn-ft-link-area .works-link {
	display: block;
}


@media screen and (max-width: 768px) {
	.txt {
		line-height: 2.2;
	}
	#about .underttl-area {
		margin: 115px 0 0;
	}
}

/* -----------------------------------------------------------
    .about-mv-area
-------------------------------------------------------------- */
.about-mv-area {
	padding: 60px 0 200px 0;
	background: url("../img/about-mv-area-bg.jpg") no-repeat center bottom / cover;
}

.about-mv-area .inner {
	position: relative;
}

.about-mv-area .ttl-en {
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-size: 2.5rem;
	padding: 0;
	line-height: 1;
	letter-spacing: .1em;
}

/* slide */
.about-mv-area .slick1 {
	top: -20px;
	right: -30px;
	position: absolute;
	width: 550px;
	height: 360px;
}

.about-mv-area .slick2 {
	position: absolute;
	top: 375px;
	right: 30px;
	width: 650px;
	height: 450px;
}

.about-mv-area .catch-wrap {
	margin: 35px 0 0 0;
}

.about-mv-area .catch-wrap .mv-catch {
	color: var(--main);
	font-size: 3.3rem;
	letter-spacing: .08em;
	line-height: 1.7;
	margin: 0 0 40px 0;
	text-indent: -.5em;
}

.about-mv-area .catch-wrap .txt {
	font-size: 1.6rem;
	letter-spacing: .1em;
	line-height: 2.6;
}

.about-mv-area .catch-wrap .txt.txt-b {
	margin: 30px 0 0 0;
}

@media screen and (max-width: 768px) {
	.about-mv-area {
		margin: 0;
		padding: 20px;
		background: none;
		position: relative;
	}
	
	.about-mv-area::before {
		content: "";
		background: url("../img/about-mv-area-bg.jpg") no-repeat center bottom / cover;
		height: 100%;
		width: 100%;
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		opacity: .7;
	}

	.about-mv-area .inner {
		position: static;
	}

	.about-mv-area .ttl-en {
		font-size: 2.3rem;
		text-align: center;
		position: relative;
	}

	/* slide */
	.about-mv-area .slick1 {
		position: static;
		width: 100%;
		height: auto;
		margin: 20px 0;
		display: flex;
		justify-content: flex-end;
	}

	.about-mv-area .slick01 {
		width: 70vw;
		height: auto;
	}

	.about-mv-area .slick2 {
		position: static;
		width: 80vw;
		height: auto;
	}

	.about-mv-area .catch-wrap {
		width: 100%;
		margin: 20px 0 0 0;
	}

	.about-mv-area .catch-wrap .mv-catch {
		font-size: 2.1rem;
		margin: 0 0 30px 0;
		letter-spacing: .1em;
	}

	.about-mv-area .catch-wrap .txt {
		font-size: 1.6rem;
		font-weight: 500;
		line-height: 2.2;
		position: relative;
	}

	.about-mv-area .catch-wrap .txt.txt-b {
		margin: 25px 0 0 0;
	}
}